Removed todo

This commit is contained in:
2024-08-20 17:00:18 +03:00
parent d082ff90e5
commit eb0037e108

View File

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