Beispiel #1
0
 void ICMService.DeleteAgreement_AccountUnit(Agreement_AccountUnit agreement_AccountUnit)
 {
     using (DomainService service = new DomainService())
     {
         service.DeleteAgreement_AccountUnit(agreement_AccountUnit);
     }
 }