Exemplo n.º 1
0
 public AccountModel()
 {
     context = new BaoDienTuDBContext();
 }
Exemplo n.º 2
0
 public ChannelModel()
 {
     context = new BaoDienTuDBContext();
 }
Exemplo n.º 3
0
 public ArticleModel()
 {
     context = new BaoDienTuDBContext();
 }