Update EF
continuous-integration/drone/push Build is failing Details

pull/10/head
Louwar 2 years ago
parent 63042cf1be
commit c18cfbee11

@ -28,5 +28,4 @@ using (var context = new SQLiteContext())
{ {
Console.WriteLine($"{n.Id} - {n.Name}"); Console.WriteLine($"{n.Id} - {n.Name}");
} }
context.SaveChanges();
} }

@ -12,6 +12,6 @@ namespace EFlib
public string Name { get; set; } public string Name { get; set; }
public string Description { get; set; } public string Description { get; set; }
public string Icon { get; set; } public string Icon { get; set; }
public string Float { get; set; } public float Price { get; set; }
} }
} }

Loading…
Cancel
Save