* Added Logo to the output file
This commit is contained in:
@@ -5,4 +5,5 @@ namespace SytelineSaAppEfDataModel.Services;
|
||||
public interface IWzClientService
|
||||
{
|
||||
Task<IEnumerable<WzClientDto>> GetAll();
|
||||
Task<WzClientDto?> GetById(Guid id);
|
||||
}
|
||||
Reference in New Issue
Block a user