Exemple #1
0
 public static List <DistrictInfo> DistrictInfo_GetById(string Id)
 {
     return(db.DistrictInfo_GetById(Id));
 }