예제 #1
0
 public AccountModel()
 {
     context = new BaoDienTuDBContext();
 }
예제 #2
0
 public ChannelModel()
 {
     context = new BaoDienTuDBContext();
 }
예제 #3
0
 public ArticleModel()
 {
     context = new BaoDienTuDBContext();
 }