예제 #1
0
파일: Masters.cs 프로젝트: dilip07156/WCF
 public List <DC_CountryMaster> GetCountryCodes(string obj_Id)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetCountryCodes(Guid.Parse(obj_Id)));
     }
 }