GetAll also for child client

This commit is contained in:
2025-05-14 12:10:44 +02:00
parent 0a86856876
commit 19efc1c69e
5 changed files with 11 additions and 6 deletions

View File

@@ -4,5 +4,4 @@ namespace Pilz.Net.Api.Client;
public interface IBaseItemClient<T> : IBaseClient<T> where T : IDataObject
{
Task<IEnumerable<T>> GetAll();
}