예제 #1
0
 protected string GetWaterSourceDescriptionByID(int locationID)
 {
     return(Ref_WaterSourceLocationDB.GetDescriptionByID(locationID));
 }
예제 #2
0
 public static string GetDescriptionByID(int locationID)
 {
     return(Ref_WaterSourceLocationDB.GetDescriptionByID(locationID));
 }