예제 #1
0
파일: Program.cs 프로젝트: john1932/Mydb
        static void Main(string[] args)
        {
            var video = new MydbEntities();

            video.AddVideo("First Video", DateTime.Now, "Romance");
            video.spAddVideo("second video", DateTime.Today, "Romance");
            video.spAddVideo("second video", DateTime.Today, "Romance");
            video.spAddVideo("second video", DateTime.Today, "Action");
            video.spAddVideo("second video", DateTime.Today, "Romance");
            video.spAddVideo("second video", DateTime.Today, "Action");
        }
예제 #2
0
        static void Main(string[] args)
        {
            var video = new MydbEntities();

            video.AddVideo("First Video", DateTime.Now, "Romance");
            video.AddVideo("First Video", DateTime.Now, "Romance");
            video.AddVideo("First Video", DateTime.Now, "Romance");
            video.AddVideo("First Video", DateTime.Now, "Romance");
            video.AddVideo("First Video", DateTime.Now, "Romance");
            video.AddVideo("First Video", DateTime.Now, "Romance");
        }