Example #1
0
 public async Task <bool> DeleteWarehouse(Warehouse pWarehouse)
 {
     return(await mAsyncCLient.DeleteWarehouseAsync(pWarehouse));
 }