Пример #1
0
 private bool Delete(WarehouseCode itemCode)
 {
     _serviceAgent.DeleteFromWarehouseCodeRepository(itemCode);
     return(true);
 }