Har bara kommenterat lite
This commit is contained in:
@ -1,11 +1,6 @@
|
|||||||
using System;
|
using static System.Console;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using static System.Console;
|
|
||||||
|
|
||||||
|
|
||||||
|
//Kommenterar lite för att testa git-remote
|
||||||
namespace DbFirst
|
namespace DbFirst
|
||||||
{
|
{
|
||||||
public enum Level : byte
|
public enum Level : byte
|
||||||
@ -21,8 +16,10 @@ namespace DbFirst
|
|||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
|
||||||
var course = new Course();
|
var course = new Course
|
||||||
course.Level = CourseLevel.Beginner;
|
{
|
||||||
|
Level = CourseLevel.Beginner
|
||||||
|
};
|
||||||
|
|
||||||
var dbContext = new PlutoDbContext();
|
var dbContext = new PlutoDbContext();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user