Added lazy loading and fixed private properties not deserializing
This commit is contained in:
@@ -12,7 +12,7 @@ namespace BrightGlimmer.Domain
|
||||
public string Description { get; set; }
|
||||
public string Code { get; set; }
|
||||
|
||||
private Course() { }
|
||||
protected Course() { }
|
||||
|
||||
public Course(string name, string description, string code)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user