Projekt

Obecné

Profil

« Předchozí | Další » 

Revize a70f3c5f

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

Added UserController and GET on /users

Zobrazit rozdíly:

Backend/Core/Services/UserService/IUserService.cs
1 1
using Core.Entities;
2 2
using Models.Enums;
3
using Models.Users;
3 4
using System;
4 5
using System.Collections.Generic;
5 6
using System.Linq;
......
16 17
        public User UpdateUser(User user, string? username = null, string? name = null, string? surname = null, ERole? role = null);
17 18
        public User ChangePassword(User user, string newPassword);
18 19
        public User? CheckUsernamePassword(string username, string password);
20
        public UserList GetUsers();
19 21
    }
20 22
}

Také k dispozici: Unified diff