Esempio n. 1
0
 public static Task <SupplierDto> CreateAndAddAsync(this ISuppliersService service, IReadOnlyDictionary <string, object> data)
 {
     return(service.CreateAndAddAsync(new Dictionary <string, object>(data)));
 }