Пример #1
0
        public void Delete_Team_Play_Test()
        {
            Team_Play            team_play   = new Team_Play(1, 1, 2);
            Database_Manipulator manipulator = new Database_Manipulator();

            manipulator.Delete(team_play);
        }
Пример #2
0
        public void Insert_Team_Play_Test()
        {
            Team_Play            team_play   = new Team_Play(1, 1);
            Database_Manipulator manipulator = new Database_Manipulator();

            manipulator.Insert(team_play);
        }