Пример #1
0
 public Equipment AddExistingEquipmnet(String code, int amount)
 {
     return(equipmentService.AddExistingEquipmnet(code, amount));
 }