request for applications for applicant

This commit is contained in:
2024-08-20 16:28:43 +03:00
parent 57a69c09f3
commit e33011e436
12 changed files with 136 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
namespace ApplicationLayer.GeneralNeededServices
{
public interface IDateTimeProvider
{
{//todo rename folder
/// Returns current date and time
DateTime Now();
}