Beispiel #1
0
 public Task <IResult <T> > CreateAsync <T>(T model) where T : class
 {
     return(_operationProcessor.Process(() => _writeEntitiesImplementation.CreateAsync(model)));
 }