예제 #1
0
 public List <sp_GetUserExpArtsLikes_Result> GetUserExpArtsLikes(string pUserId)
 {
     using (touchdbEntities context = new touchdbEntities())
     {
         var pUserGetUserExpArtsLikes = context.sp_GetUserExpArtsLikes(Guid.Parse(pUserId)).ToList();
         return(pUserGetUserExpArtsLikes);
     }
 }