Ejemplo n.º 1
0
 private async Task <bool> SuppliersExists(int supplierId)
 {
     return(await _serviceSuppliers.SupplierExists(supplierId));
 }