Continued to work on the update student handler
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Text;
|
||||
|
||||
namespace BrightGlimmer.Domain
|
||||
{
|
||||
public class Entity
|
||||
public abstract class Entity
|
||||
{
|
||||
[Key]
|
||||
public Guid Id { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user