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