Exemplo n.º 1
0
        public UserServiceTests()
        {
            IInfrastructureOptionsProvider contextOptions = new InMemoryContextOptionsProvider();

            _userService = new UserService(contextOptions);
        }
Exemplo n.º 2
0
        public MemberServiceTests()
        {
            IInfrastructureOptionsProvider contextOptions = new InMemoryContextOptionsProvider();

            _memberService = new MemberService(contextOptions, DefaultUser);
        }
Exemplo n.º 3
0
        public ProjectServiceTests()
        {
            IInfrastructureOptionsProvider contextOptions = new InMemoryContextOptionsProvider();

            _projectService = new ProjectService(contextOptions, DefaultUser);
        }