@@ -146,7 +146,7 @@ public Task()
146146 /// Gets or sets the navigation property for entity <see cref="User" />.
147147 /// </summary>
148148 /// <value>
149- /// The the navigation property for entity <see cref="User" />.
149+ /// The navigation property for entity <see cref="User" />.
150150 /// </value>
151151 /// <seealso cref="AssignedId" />
152152 public virtual User ? AssignedUser { get ; set ; }
@@ -155,7 +155,7 @@ public Task()
155155 /// Gets or sets the navigation property for entity <see cref="Priority" />.
156156 /// </summary>
157157 /// <value>
158- /// The the navigation property for entity <see cref="Priority" />.
158+ /// The navigation property for entity <see cref="Priority" />.
159159 /// </value>
160160 /// <seealso cref="PriorityId" />
161161 public virtual Priority ? Priority { get ; set ; }
@@ -164,7 +164,7 @@ public Task()
164164 /// Gets or sets the navigation property for entity <see cref="Status" />.
165165 /// </summary>
166166 /// <value>
167- /// The the navigation property for entity <see cref="Status" />.
167+ /// The navigation property for entity <see cref="Status" />.
168168 /// </value>
169169 /// <seealso cref="StatusId" />
170170 public virtual Status Status { get ; set ; } = null ! ;
@@ -173,7 +173,7 @@ public Task()
173173 /// Gets or sets the navigation property for entity <see cref="TaskExtended" />.
174174 /// </summary>
175175 /// <value>
176- /// The the navigation property for entity <see cref="TaskExtended" />.
176+ /// The navigation property for entity <see cref="TaskExtended" />.
177177 /// </value>
178178 /// <seealso cref="Id" />
179179 public virtual TaskExtended TaskExtended { get ; set ; } = null ! ;
@@ -182,7 +182,7 @@ public Task()
182182 /// Gets or sets the navigation property for entity <see cref="Tenant" />.
183183 /// </summary>
184184 /// <value>
185- /// The the navigation property for entity <see cref="Tenant" />.
185+ /// The navigation property for entity <see cref="Tenant" />.
186186 /// </value>
187187 /// <seealso cref="TenantId" />
188188 public virtual Tenant Tenant { get ; set ; } = null ! ;
0 commit comments