public ShopPersonalServices(BHODContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public AppointmentService(BHODContext context)
 {
     _context = context;
 }