Exemplo n.º 1
0
 public List <DC_CountryMaster> GetMasterCountryDataList()
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetMasterCountryDataList());
     }
 }