예제 #1
0
        public UserRightsController()
        {
            _MenuRights = new MenuItemRightsUService();

            _masterService = new MasterService();
            _SalryProCond  = new SalaryprocCondService();
        }
예제 #2
0
 public VisaLocationController()
 {
     _VlService  = new VisaLocationPayrollService();
     _MenuRights = new MenuItemRightsUService();
 }