Added comments, changed generic repository, removed warnings
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
| { | ||||
|     public interface IUnitOfWork | ||||
|     { | ||||
|         /// Save changes in data storage | ||||
|         /// Saves changes in data storage | ||||
|         /// <param name="cancellationToken">Cancellation Token</param> | ||||
|         Task SaveAsync(CancellationToken cancellationToken); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user