Esempio n. 1
0
 public AccountController()
 {
     _profileService = new NAA.Services.Service.ProfileService();
 }
Esempio n. 2
0
 public AdminController()
 {
     _profileService     = new NAA.Services.Service.ProfileService();
     _applicationService = new NAA.Services.Service.ApplicationService();
     _universityService  = new NAA.Services.Service.UniversityService();
 }
Esempio n. 3
0
 public ProfileController()
 {
     _profileService = new NAA.Services.Service.ProfileService();
 }