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