Exemple #1
0
 public DialogController(SuncityContext context)
 {
     _context = context;
 }
Exemple #2
0
 public ReportsController(SuncityContext context)
 {
     _context = context;
 }
Exemple #3
0
 public QuestionnairesController(SuncityContext context)
 {
     _context = context;
 }
Exemple #4
0
 public ChatHub(SuncityContext context)
 {
     _context = context;
 }
 public MessageController(SuncityContext context)
 {
     _context = context;
 }