New: IReportUI zum Bereitstellen einer Razor Komponente über Microsoft.DI, welche dann von anderen Modulen importiert werden können.
This commit is contained in:
7
Interfaces/IReportUI.cs
Normal file
7
Interfaces/IReportUI.cs
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
namespace Interfaces;
|
||||||
|
|
||||||
|
public interface IReportUI
|
||||||
|
{
|
||||||
|
Type ReportType { get; }
|
||||||
|
IReportable ReportableEntity { get; set; }
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user