Added Main
This commit is contained in:
9
noteApi/Interfaces/ITokenService.cs
Normal file
9
noteApi/Interfaces/ITokenService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using noteApi.Models;
|
||||
|
||||
namespace noteApi.Interfaces
|
||||
{
|
||||
public interface ITokenService
|
||||
{
|
||||
string CreateToken(AppUser user);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user