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