Beispiel #1
0
 public InvoiceController()
 {
     _iFClient        = new FClient();
     _iFInvoice       = new FInvoice();
     _iFService       = new FService();
     _iFTypeOfService = new FTypeOfService();
 }
Beispiel #2
0
 public TypeOfServiceController()
 {
     _iFTypeOfService = new FTypeOfService();
 }