New: Interfaces 0.0.0-12 way of doing reporting
This commit is contained in:
@@ -12,6 +12,7 @@ namespace SZUAbsolventenverein.Module.BlackBoard.Models
|
||||
public int BlackBoardId { get; set; }
|
||||
public int ModuleId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public int ImageID { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public string ModuleName => "BlackBoard";
|
||||
@@ -19,5 +20,7 @@ namespace SZUAbsolventenverein.Module.BlackBoard.Models
|
||||
public int ModuleID => ModuleId;
|
||||
[NotMapped]
|
||||
public int EntityID => BlackBoardId;
|
||||
|
||||
[NotMapped] public string UserName => CreatedBy;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user