Exemplo n.º 1
0
 public ItemService(Mf_Hub_model context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public PriorityService(Mf_Hub_model context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public StatusService(Mf_Hub_model context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public UserService(Mf_Hub_model context)
 {
     _context = context;
 }