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