Exemplo n.º 1
0
        public static videogameplatform Createvideogameplatform(global::System.SByte idGamingPlatform, int idVideoGameTitle)
        {
            videogameplatform videogameplatform = new videogameplatform();

            videogameplatform.IdGamingPlatform = idGamingPlatform;
            videogameplatform.IdVideoGameTitle = idVideoGameTitle;
            return(videogameplatform);
        }
Exemplo n.º 2
0
 public static videogameplatform Createvideogameplatform(global::System.SByte idGamingPlatform, int idVideoGameTitle)
 {
     videogameplatform videogameplatform = new videogameplatform();
     videogameplatform.IdGamingPlatform = idGamingPlatform;
     videogameplatform.IdVideoGameTitle = idVideoGameTitle;
     return videogameplatform;
 }
Exemplo n.º 3
0
 public void AddTovideogameplatform(videogameplatform videogameplatform)
 {
     base.AddObject("videogameplatform", videogameplatform);
 }
Exemplo n.º 4
0
 public void AddTovideogameplatform(videogameplatform videogameplatform)
 {
     base.AddObject("videogameplatform", videogameplatform);
 }