Register page

This commit is contained in:
2024-09-01 17:47:49 +03:00
parent 743531e6d4
commit 65876be551
32 changed files with 935 additions and 146 deletions

View File

@@ -0,0 +1,7 @@
namespace BlazorWebAssemblyVisaApiClient.Infrastructure.Services
{
public interface IDateTimeProvider
{
DateTime Now();
}
}