using noteApi.Models; namespace noteApi.Interfaces { public interface ITokenService { string CreateToken(AppUser user); } }