Beispiel #1
0
        public RoleSetAttribute(string roleSetCommandName)
        {
            this.service = Invoke <IWorkContextService> .Call();

            this.roleSetCommandName = roleSetCommandName;
        }
Beispiel #2
0
        public BaseUserService()
        {
            repositories = Invoke <IRepositoryFactory> .Call();

            workContext = Invoke <IServiceFactory> .Call().GetWorkContextService();
        }