Exemplo n.º 1
0
 void ICMService.DeleteRevenueTrend(RevenueTrend revenueTrend)
 {
     using (DomainService service = new DomainService())
     {
         service.DeleteRevenueTrend(revenueTrend);
     }
 }
Exemplo n.º 2
0
 void ICMService.InserRevenueTrend(RevenueTrend revenueTrend)
 {
     using (DomainService service = new DomainService())
     {
         service.InsertRevenueTrend(revenueTrend);
     }
 }