Ejemplo n.º 1
0
 public Equipment GetByCode(string code)
 {
     return(_equipmentRepository.GetByCode(code));
 }