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"); }
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"); }