예제 #1
0
 public static List <LandInfo> LandInfo_GetByTop(string Top, string Where, string Order)
 {
     return(db.LandInfo_GetByTop(Top, Where, Order));
 }