Пример #1
0
 public Task <IResult <T> > DeleteAsync <T>(T model) where T : class
 {
     return(_operationProcessor.Process(() => _writeEntitiesImplementation.DeleteAsync(model)));
 }