Пример #1
0
 public ItemService(Mf_Hub_model context)
 {
     _context = context;
 }
Пример #2
0
 public PriorityService(Mf_Hub_model context)
 {
     _context = context;
 }
Пример #3
0
 public StatusService(Mf_Hub_model context)
 {
     _context = context;
 }
Пример #4
0
 public UserService(Mf_Hub_model context)
 {
     _context = context;
 }