Exemplo n.º 1
0
 public List <sp_ExpArtsSelect_Result> ExpArtsMasterSelect(int pGenreId)
 {
     using (touchdbEntities context = new touchdbEntities())
     {
         var pArtsMaster = context.sp_ExpArtsSelect(pGenreId).ToList();
         return(pArtsMaster);
     }
 }