Code cleanup
This commit is contained in:
parent
d5642e4744
commit
e5522ed559
@ -18,8 +18,8 @@ namespace API.Controllers
|
||||
where TService : ServiceBase<TService, TDTO, TModel, TAuditModel, TAuthentication>
|
||||
{
|
||||
public readonly ILogger<TLoggerCategory> Logger;
|
||||
public readonly UserService UserService;
|
||||
public readonly TService Service;
|
||||
public readonly UserService UserService;
|
||||
|
||||
public CRUDBase(ILogger<TLoggerCategory> logger, UserService userService, TService service)
|
||||
{
|
||||
|
@ -9,7 +9,7 @@ namespace API.DTO.Base
|
||||
public ulong savedEventId { get; set; }
|
||||
|
||||
[MaxLength(64)]
|
||||
public string? name { get; set; } = null!;
|
||||
public string? name { get; set; }
|
||||
|
||||
public ulong? bgColorId { get; set; }
|
||||
public ulong? fgColorId { get; set; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user