mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 10:54:46 +08:00
add login service
This commit is contained in:
9
OpenAuth.App/DTO/Response.cs
Normal file
9
OpenAuth.App/DTO/Response.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace OpenAuth.App.DTO
|
||||
{
|
||||
public abstract class Response
|
||||
{
|
||||
public bool Success { get; set; }
|
||||
|
||||
public string Message { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user