コード例 #1
0
 public sp_User_ExpArtsRegister_Result SetUserLikesExpArts(string pUserId, int pGenreId)
 {
     using (touchdbEntities context = new touchdbEntities())
     {
         var pExpArtsRegistered = context.sp_User_ExpArtsRegister(Guid.Parse(pUserId), pGenreId).FirstOrDefault();
         return(pExpArtsRegistered);
     }
 }