Exemple #1
0
 public static bool AreaExists(string area, string province, string city)
 {
     return(dal.AreaExists(area, province, city));
 }