implement getquotebyidasync
This commit is contained in:
@@ -5,6 +5,6 @@ namespace server.Persistence.Repositories
|
||||
public interface IQuoteRepository
|
||||
{
|
||||
Task<List<Quote>> GetQuotesAsync(QuoteFilter filter);
|
||||
Task<Quote> GetQuoteByIdAsync(int id);
|
||||
Task<Quote> GetQuoteByIdAsync(string id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user