예제 #1
0
파일: TheLoaiBUS.cs 프로젝트: lkh/thanhpham
 public static IList GetList()
 {
     return(TheLoaiDAO.GetList());
 }
예제 #2
0
 public List <TheLoai> GetList()
 {
     return(data.GetList());
 }