예제 #1
0
        public void Setup()
        {
            _connectionContext = new FileSystemConnectionContext {
                DataRoot = @"TEST:\ThisIsNotARealDirectory\"
            };

            var fileSystem = new InMemoryFileSystem();

            _dayRepo = new DayRepo(fileSystem);
        }
예제 #2
0
 public DayController()
 {
     _dayRepo = new DayRepo();
 }