Example #1
0
 public List <DC_CityArea> GetMasterCityAreaDetail(string CityArea_Id)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetMasterCityAreaDetail(Guid.Parse(CityArea_Id)));
     }
 }