示例#1
0
文件: Masters.cs 项目: dilip07156/WCF
 public List <DC_CityArea> GetMasterCityAreaData(string City_Id)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetMasterCityAreaData(Guid.Parse(City_Id)));
     }
 }