public ContactController(EMSContext context) { _context = context; _service = new ContactService(_context); _serviceinfo = new TaskInformationService(_context); }
public TaskInformationController(EMSContext context) { _context = context; _service = new TaskInformationService(_context); }