Continued to work on the update student handler

This commit is contained in:
2019-04-29 13:54:10 -04:00
parent 8cacaa36ce
commit 9f2b9bcff9
10 changed files with 114 additions and 24 deletions

View File

@@ -6,7 +6,7 @@ using System.Text;
namespace BrightGlimmer.Domain
{
public class Entity
public abstract class Entity
{
[Key]
public Guid Id { get; private set; }