예제 #1
0
 public Cargo CargoExistente(string cargo)
 {
     return(_repository.CargoExistente(cargo));
 }