コード例 #1
0
ファイル: RoleSetAttribute.cs プロジェクト: onurid/lemoras
        public RoleSetAttribute(string roleSetCommandName)
        {
            this.service = Invoke <IWorkContextService> .Call();

            this.roleSetCommandName = roleSetCommandName;
        }
コード例 #2
0
ファイル: BaseUserService.cs プロジェクト: onurid/lemoras
        public BaseUserService()
        {
            repositories = Invoke <IRepositoryFactory> .Call();

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