예제 #1
0
파일: Masters.cs 프로젝트: dilip07156/WCF
 public IList <DataContracts.Masters.DC_Keys> GetKeysOfCountryMaster()
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetKeysOfCountryMaster());
     }
 }