コード例 #1
0
 public void DeleteUserSport(string pUserId, int pGenreId)
 {
     using (touchdbEntities context = new touchdbEntities())
     {
         context.sp_User_SportDelete(Guid.Parse(pUserId), pGenreId);
     }
 }