Updated to latest mooncore version. Cleaned up some crud controllers and replaced DataTable with the new DataGrid component
This commit is contained in:
@@ -8,7 +8,12 @@ namespace Moonlight.ApiServer.Mappers;
|
||||
[Mapper]
|
||||
public static partial class ThemeMapper
|
||||
{
|
||||
// Mappers
|
||||
public static partial ThemeResponse ToResponse(Theme theme);
|
||||
public static partial Theme ToTheme(CreateThemeRequest request);
|
||||
public static partial void Merge([MappingTarget] Theme theme, UpdateThemeRequest request);
|
||||
|
||||
// EF Relations
|
||||
|
||||
public static partial IQueryable<ThemeResponse> ProjectToResponse(this IQueryable<Theme> themes);
|
||||
}
|
||||
Reference in New Issue
Block a user