Beispiel #1
0
 public async Task <bool> Delete(string supplierId)
 {
     return(await supplierRepo.DeleteSupplier(supplierId));
 }