Exemplo n.º 1
0
 public Equipment GetEquipmentByID(int id)
 {
     return(Repository.GetEquipmentByID(id));
 }