예제 #1
0
 public CrashGetShoppingExceptionTest(ICrashService service, ShoppingDbContext dbContext)
     : base(service, dbContext)
 {
 }
예제 #2
0
 protected CrashServiceTest(ICrashService service, ShoppingDbContext dbContext) : base(dbContext)
 {
     Service = service;
 }