Esempio n. 1
0
 public IList <DataContracts.Masters.DC_Keys> GetKeysOfCountryMaster()
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetKeysOfCountryMaster());
     }
 }