Exemplo n.º 1
0
 public void DeleteUserEntertainment(string pUserId, int pGenreId)
 {
     using (touchdbEntities context = new touchdbEntities())
     {
         context.sp_User_EntertainmentDelete(Guid.Parse(pUserId), pGenreId);
     }
 }