public UQPDsSectionController(LegalWorkersContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public PostsController(LegalWorkersContext context)
 {
     _context = context;
 }
 public EmployeesFunctionController(LegalWorkersContext context)
 {
     _context = context;
 }
 public WorkerFunctionsController(LegalWorkersContext context)
 {
     _context = context;
 }