예제 #1
0
        public ServiceCategoryJobPresenter()
        {
            IseBussinessExceptionManager exceptionManager = new IseBussinessExceptionManager();

            ServiceJobServiceAdapter    = new ServiceAdapter <IServiceJobs>(exceptionManager);
            ServiceCatJobServiceAdapter = new ServiceAdapter <IServiceCategoryJob>(exceptionManager);
        }
예제 #2
0
        public SecurityUserPresenter()
        {
            IseBussinessExceptionManager exceptionManager = new IseBussinessExceptionManager();

            SecurityUserServiceAdapter = new ServiceAdapter <ISecurityUserService>(exceptionManager);
            MembershipServiceAdapter   = new ServiceAdapter <IMembershipProviderService>(exceptionManager);
        }
예제 #3
0
        public AppDomainPresenter()
        {
            IseBussinessExceptionManager exceptionManager = new IseBussinessExceptionManager();

            AppDomainServiceAdapter = new ServiceAdapter <IApplicationDomainService>(exceptionManager);
            DataServiceAdapter      = new ServiceAdapter <IDataService>(exceptionManager);
        }
        public AuthorizationPresenter()
        {
            IseBussinessExceptionManager exceptionManager = new IseBussinessExceptionManager();

            AuthorizationServiceAdapter  = new ServiceAdapter <IAuthorizationService>(exceptionManager);
            AuthenticationServiceAdapter = new ServiceAdapter <IAuthenticationService>(exceptionManager);
        }
예제 #5
0
        public AccountPresenter()
        {
            IseBussinessExceptionManager exceptionManager = new IseBussinessExceptionManager();

            MembershipProviderServiceAdapter = new ServiceAdapter <IMembershipProviderService>(exceptionManager);
        }
예제 #6
0
        public WorkPresenter()
        {
            IseBussinessExceptionManager exceptionManager = new IseBussinessExceptionManager();

            WorkServiceAdapter = new ServiceAdapter <IWorkService>(exceptionManager);
        }
예제 #7
0
        public RolePresenter()
        {
            IseBussinessExceptionManager exceptionManager = new IseBussinessExceptionManager();

            RoleServiceAdapter = new ServiceAdapter <IRoleService>(exceptionManager);
        }
예제 #8
0
        public UserRequestPresenter()
        {
            IseBussinessExceptionManager exceptionManager = new IseBussinessExceptionManager();

            UserRequestAdapter = new ServiceAdapter <IRequestService>(exceptionManager);
        }
        public ServiceCategoryPresenter()
        {
            IseBussinessExceptionManager exceptionManager = new IseBussinessExceptionManager();

            ServiceCategoryServiceAdapter = new ServiceAdapter <IServiceCategory>(exceptionManager);
        }
예제 #10
0
        public PermissionPresenter()
        {
            IseBussinessExceptionManager exceptionManager = new IseBussinessExceptionManager();

            PermissionServiceAdapter = new ServiceAdapter <IPermissionService>(exceptionManager);
        }
예제 #11
0
        public BaseDataServicePresenter()
        {
            IseBussinessExceptionManager exceptionManager = new IseBussinessExceptionManager();

            BaseDataServiceAdapter = new ServiceAdapter <IBaseDateService>(exceptionManager);
        }
예제 #12
0
        public PresenterBase()
        {
            IseBussinessExceptionManager exceptionManager = new IseBussinessExceptionManager();

            ServiceAdapter = new ServiceAdapter <TService>(exceptionManager);
        }
예제 #13
0
        public OperationPresenter()
        {
            IseBussinessExceptionManager exceptionManager = new IseBussinessExceptionManager();

            OperationServiceAdapter = new ServiceAdapter <IOperationService>(exceptionManager);
        }
예제 #14
0
        public ResourcePresenter()
        {
            IseBussinessExceptionManager exceptionManager = new IseBussinessExceptionManager();

            SecurityResourceServiceAdapter = new ServiceAdapter <IResourceService>(exceptionManager);
        }
        public SecurityGroupPresenter()
        {
            IseBussinessExceptionManager exceptionManager = new IseBussinessExceptionManager();

            SecurityGroupServiceAdapter = new ServiceAdapter <IGroupService>(exceptionManager);
        }
예제 #16
0
        public SecurityCompanyPresenter()
        {
            IseBussinessExceptionManager exceptionManager = new IseBussinessExceptionManager();

            SecurityCompanyServiceAdapter = new ServiceAdapter <ISecurityCompanyService>(exceptionManager);
        }
예제 #17
0
        public OfficePresenter()
        {
            IseBussinessExceptionManager exceptionManager = new IseBussinessExceptionManager();

            OfficeServiceAdapter = new ServiceAdapter <IOfficeService>(exceptionManager);
        }