Renamed folder

This commit is contained in:
2024-08-20 17:00:01 +03:00
parent 564fd1ddbf
commit d082ff90e5
18 changed files with 18 additions and 18 deletions

View File

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