예제 #1
0
 public static bool LandInfo_Insert(LandInfo data)
 {
     return(db.LandInfo_Insert(data));
 }