Пример #1
0
 public int DeleteRawMaterial(int id)
 {
     return(_iRawMaterialRepository.DeleteRawMaterial(id));
 }