public DashboardController()
 {
     _vComplaint    = new vComplaintRepository();
     _complaintType = new ComplaintTypeRepository();
     _user          = new ASPNetUserRepository();
     _app           = new Helper();
 }
Example #2
0
        public SolutionProvidedController()
        {
            _complaint          = new ComplaintRepository();
            _vComplaint         = new vComplaintRepository();
            _complaintActivity  = new ComplaintActivityRepository();
            _vComplaintActivity = new vComplaintActivityRepository();
            _complaintType      = new ComplaintTypeRepository();
            _slnStatus          = new SolutionStatusRepository();

            _user            = new ASPNetUserRepository();
            _complaintStatus = new ComplaintStatusRepository();
            _help            = new Helper();
        }
Example #3
0
 public ManageController()
 {
     _hlp     = new Helper();
     cmd      = new ApplicationDbContext();
     _userRep = new ASPNetUserRepository();
 }
 public AccountController()
 {
     _user = new ASPNetUserRepository();
 }