예제 #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)));
     }
 }