コード例 #1
0
    // --- INSTANCE METHODS
    public int Delete()
    {
        int iSuccess = CGames.Delete(this.GameID);

        this.GameID = 0;
        return(iSuccess);
    }
コード例 #2
0
 public int Update()
 {
     return(CGames.Update(this.GameID, this.GameTitle, this.GamePictureURL, this.GamePrice, this.GameReleaseDate));
 }