예제 #1
0
 public ICollection <Article> GetList()
 {
     return(_articleDAL.GetList());
 }