コード例 #1
0
 public MessageController(IReminderDb db)
 {
     _db = db;
 }
コード例 #2
0
 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;
 }