public OrganizationService(NtemtemApiContext context)
 {
     _context = context;
 }
Example #2
0
 public AppointmentService(NtemtemApiContext context)
 {
     _context = context;
 }