Example #1
0
 public MortgageController()
 {
     _mortgagePush  = new MortgagePush();
     _auditBll      = new BaseAuditBll();
     _mortgageDal   = new MortgageDAL();
     _baseAuditDal  = new BaseAuditDAL();
     _mortgageBll   = new MortgageBll();
     _salesGroupBll = new SalesGroupBll();
 }
 public HatsCaseController()
 {
     _baseAuditBll = new BaseAuditBll();
     _mortgageBll  = new MortgageBll();
 }