Example #1
0
 public IList <string> GetCountryNameList(DataContracts.Masters.DC_Country_Search_RQ RQ)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetCountryNameList(RQ));
     }
 }