Exemplo n.º 1
0
 public List <DC_CityArea> GetMasterCityAreaData(string City_Id)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetMasterCityAreaData(Guid.Parse(City_Id)));
     }
 }