typo on exclusion line
60ec64a9
Pedro Silva
committed
1 changed file
build-azure-function-job.yml
/build-templates/services/build-azure-function-job.yml-1+4
/build-templates/services/build-azure-function-job.yml
Add comment 418 Creates a new entity in the repository.
Add comment 419 </summary>
Add comment 420 <param name="entity">Entity to create.</param>
Add comment 421 Plus   <returns>A <see cref="T:System.Threading.Tasks.Task"/> representing the asynchronous operation.</returns>
Add comment 421 422 </member>
Add comment 422 423 <member name="M:D20Tek.Common.Models.IEditableRepository`2.Update(`0)">
Add comment 423 424 <summary>
Add comment 424 425 Updates an existing entity in the repository.
Add comment 425 426 </summary>
Add comment 426 427 <param name="entity">Entity to update.</param>
Add comment 428 Plus   <returns>A <see cref="T:System.Threading.Tasks.Task"/> representing the asynchronous operation.</returns>
Add comment 427 429 </member>
Add comment 428 430 <member name="M:D20Tek.Common.Models.IEditableRepository`2.Delete(`1)">
Add comment 429 431 <summary>
Add comment 430 432 Deletes an entity from this repository by its Id.
Add comment 431 433 </summary>
Add comment 432 Minus   <param name="entity">Id of entity to delete.</param>
Add comment 434 Plus   <param name="id">Id of entity to delete.</param>
Add comment 435 Plus   <returns>A <see cref="T:System.Threading.Tasks.Task"/> representing the asynchronous operation.</returns>
Add comment 433 436 </member>
Add comment 434 437 <member name="T:D20Tek.Common.Models.IReadableRepository`2">
Add comment 435 438 <summary>