Beispiel #1
0
 public List <Cargo> obtenerTodos()
 {
     return(CargoDAL.obtenerTodos());
 }