示例#1
0
 public HomeController()
 {
     this._claimDocumentBusinessLayer          = new ClaimDocumnetMappingBusinessLayer();
     this._aspNetUsersDocumentBusinessLayer    = new AspNetUsersDocumnetMappingBusinessLayer();
     this._invoiceBusinessLayer                = new InvoiceBusinessLayer();
     this._timeLogBusinessLayer                = new TimeLogBusinessLayer();
     this._invoiceDocumnetMappingBusinessLayer = new InvoiceDocumnetMappingBusinessLayer();
 }
示例#2
0
 public InvoiceController()
 {
     this._businessLayer = new InvoiceBusinessLayer();
     this._invoiceDocumnetMappingBusinessLayer = new InvoiceDocumnetMappingBusinessLayer();
 }