generated from Integry/Template_NetMauiBlazorHybrid
7 lines
194 B
C#
7 lines
194 B
C#
namespace salesbook.Shared.Core.Interface;
|
|
|
|
public interface ISyncDbService
|
|
{
|
|
Task GetAndSaveCommesse(string? dateFilter = null);
|
|
Task GetAndSaveSettings(string? dateFilter = null);
|
|
} |