コード例 #1
0
 public BasicDao(RandevouDbContext dbc)
 {
     this.dbc = dbc;
 }
コード例 #2
0
 public MessagesDao(RandevouDbContext dbc) : base(dbc)
 {
 }