Beispiel #1
0
 public ThreadsController(IAdminThreadsService threadsService)
 {
     this.threadsService = threadsService;
 }
 public void InitializeTests()
 {
     this.context = MockDbContext.GetContext();
     this.service = new AdminThreadsService(this.context, MockAutoMapper.GetAutoMapper());
 }