public MessageChatController(CompanyContactContext context)
 {
     _context = context;
 }
 public DepartmentController(CompanyContactContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public UserController(CompanyContactContext context)
 {
     _context = context;
 }