Exemple #1
0
        public void Delete_Player_Play_Test()
        {
            Player_Play          player_play = new Player_Play(1, 1, 3);
            Database_Manipulator manipulator = new Database_Manipulator();

            manipulator.Delete(player_play);
        }
Exemple #2
0
        public void Insert_Player_Play_Test()
        {
            Player_Play          player_play = new Player_Play(1, 1);
            Database_Manipulator manipulator = new Database_Manipulator();

            manipulator.Insert(player_play);
        }