Finally got the api working properly
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Emergence.services.Interface
|
||||
{
|
||||
public interface IService<T, I> where T : class
|
||||
{
|
||||
public Task<IList<T>> GetAllAsync();
|
||||
public Task<IEnumerable<T>> GetAllAsync();
|
||||
public Task<T> GetByIdAsync(I id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user