Mobilról működik a hívás https-en :)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace WorkFlowCheck.Common.DTO
|
||||
{
|
||||
public class UserDTO
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Email { get; set; } = null!;
|
||||
public string FirstName { get; set; } = null!;
|
||||
public string LastName { get; set; } = null!;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user