Egy kis UI rendezés
This commit is contained in:
@@ -21,6 +21,7 @@ namespace WorkFlowCheck.MAUI.Services
|
||||
public class UserService : BaseService, IUserService
|
||||
{
|
||||
public UserDTO? CurrentUser { get; private set; }
|
||||
|
||||
public UserService(HttpClient httpClient, IConfiguration configuration, AppDbContext dbContext, IMapper mapper) : base(httpClient, configuration, dbContext, mapper)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user