public InvoiceController() { _iFClient = new FClient(); _iFInvoice = new FInvoice(); _iFService = new FService(); _iFTypeOfService = new FTypeOfService(); }
public TypeOfServiceController() { _iFTypeOfService = new FTypeOfService(); }