예제 #1
0
 public void DeleteUserArt(string pUserId, int pGenreId)
 {
     using (touchdbEntities context = new touchdbEntities())
     {
         context.sp_User_ExpArtsDelete(Guid.Parse(pUserId), pGenreId);
     }
 }