array, please
This commit is contained in:
@@ -8,6 +8,6 @@ public interface IBaseClient<T> where T : IDataObject
|
||||
Task<T> Get(int id);
|
||||
Task<IEnumerable<T>> GetAll();
|
||||
Task<IEnumerable<T>> GetAll(int offset, int amount);
|
||||
Task<IEnumerable<T>> GetAll(int ids, int offset, int amount);
|
||||
Task<IEnumerable<T>> GetAll(int[] ids, int offset, int amount);
|
||||
Task<T> Save(T item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user