Пример #1
0
 public void ExcluirCargo(Cargo oCargo)
 {
     _RepositorieCargo.ExcluirCargo(oCargo);
 }