コード例 #1
0
ファイル: CCargo.cs プロジェクト: ViniciusFE/RHNTI
 public void ExcluirCargo(Cargo oCargo)
 {
     _RepositorieCargo.ExcluirCargo(oCargo);
 }