예제 #1
0
 public CommandTestBase()
 {
     _fuhoDbContext = FuhoContextFactory.Create();
 }
예제 #2
0
 public QueryTestFixture()
 {
     FuhoDbContext     = FuhoContextFactory.Create();
     FileSystemService = new Mock <IFileSystemService>();
     Mapper            = new Mock <IMapper>();
 }