Beispiel #1
0
 public static Cargo BuscarPorId(byte pId)
 {
     return(CargoDAL.BuscarPorId(pId));
 }