Archived
Added first app template
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace app.Model.DTOs
|
||||
{
|
||||
public class TokenDTO
|
||||
{
|
||||
public string Token { get; set; }
|
||||
public string RefreshToken { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user