예제 #1
0
파일: DanhMucBUS.cs 프로젝트: lkh/thanhpham
 public static IList GetList()
 {
     return(DanhMucDAO.GetList());
 }