Пример #1
0
 public DataTable GetEquipmentByID(string id)
 {
     return(readDataHandler.GetEquipmentByID(id));
 }