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