GetAll also for child client
This commit is contained in:
@@ -4,5 +4,4 @@ namespace Pilz.Net.Api.Client;
|
||||
|
||||
public interface IBaseItemClient<T> : IBaseClient<T> where T : IDataObject
|
||||
{
|
||||
Task<IEnumerable<T>> GetAll();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user