Ejemplo n.º 1
0
 public List <sp_EntertainmentSelect_Result> EntertainmentMasterSelect(int pGenreId)
 {
     using (touchdbEntities context = new touchdbEntities())
     {
         var pEnterMaster = context.sp_EntertainmentSelect(pGenreId).ToList();
         return(pEnterMaster);
     }
 }