Esempio n. 1
0
 public GuestController(ICommonMethod _ICommonMethod, IGlobalAdmin _IGlobalAdmin, ICompanyAdmin _ICompanyAdmin, IGuestUser _GuestUserRepository)
 {
     this._IGlobalAdmin         = _IGlobalAdmin;
     this._ICommonMethod        = _ICommonMethod;
     this._ICompanyAdmin        = _ICompanyAdmin;
     this._IGuestUserRepository = _GuestUserRepository;
 }
Esempio n. 2
0
 public EPeopleController(IePeopleManager _IePeopleManager, IAdminDashboard _IAdminDashboard, IGuestUserRepository _IGuestUserRepository, ICommonMethod _ICommonMethod, IDepartment _IDepartment, IGuestUser _IGuestUser, IFillableFormManager _IFillableFormManager)
 {
     this._IePeopleManager      = _IePeopleManager;
     this._IGuestUserRepository = _IGuestUserRepository;
     this._ICommonMethod        = _ICommonMethod;
     this._IDepartment          = _IDepartment;
     this._IGuestUser           = _IGuestUser;
     this._IFillableFormManager = _IFillableFormManager;
 }