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