Exemple #1
0
 public MessageController(IReminderDb db)
 {
     _db = db;
 }
 public ReminderWebController(IReminderDb db)
 {
     _db = db;
 }
Exemple #3
0
 public ContactWebController(IReminderDb db)
 {
     _db = db;
 }
Exemple #4
0
 public ProfileWebController(IReminderDb db)
 {
     _db = db;
 }
Exemple #5
0
 public ReminderHistoryWebController(IReminderDb db)
 {
     _db = db;
 }