Example #1
0
 //GAURAV_TMAP_875
 public IList <DataContracts.Masters.DC_Priorities> GetPrioritiesOfCountryMaster()
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.GetPrioritiesOfCountryMaster());
     }
 }