예제 #1
0
파일: DalShop.cs 프로젝트: sagitab/FlyPack
 public static DataTable GetShopTable()
 {
     return(DalHelper.AllFromTable("Shops"));
 }