Exemple #1
0
 public IList<VwArticle> GetAllList()
 {
     using (ArticleDal dal = new ArticleDal())
     {
         return dal.GetAllVwList();
     }
 }