Beispiel #1
0
 public bool Insertar(CargoBE BE)
 {
     return(_CargoDAL.Insertar(BE));
 }