예제 #1
0
 public BakeryRepository(BakeryDbContext bakerydbContext)
 {
     _bakerydbContext = bakerydbContext;
 }
예제 #2
0
 public OrderRepository(BakeryDbContext bakeryDbContext)
 {
     _bakeryDbContext = bakeryDbContext;
 }