Ejemplo n.º 1
0
 public HomeController()
 {
     this._claimDocumentBusinessLayer          = new ClaimDocumnetMappingBusinessLayer();
     this._aspNetUsersDocumentBusinessLayer    = new AspNetUsersDocumnetMappingBusinessLayer();
     this._invoiceBusinessLayer                = new InvoiceBusinessLayer();
     this._timeLogBusinessLayer                = new TimeLogBusinessLayer();
     this._invoiceDocumnetMappingBusinessLayer = new InvoiceDocumnetMappingBusinessLayer();
 }
Ejemplo n.º 2
0
 public UserController()
 {
     this._businessLayer = new UserBusinessLayer();
     this._aspNetUsersDocumentBusinessLayer = new AspNetUsersDocumnetMappingBusinessLayer();
 }