示例#1
0
 public static List <DistrictInfo> DistrictInfo_GetByAddress(string Address)
 {
     return(db.DistrictInfo_GetByAddress(Address));
 }