예제 #1
0
 public ClientsDL(dogBarberShopDBContext dogBarberShopDBContext)
 {
     _context = dogBarberShopDBContext;
 }
예제 #2
0
 public QueueDL(dogBarberShopDBContext dogBarberShopDBContext)
 {
     _context = dogBarberShopDBContext;
 }