9 lines
		
	
	
		
			173 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			173 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace ApplicationLayer.GeneralNeededServices
 | |
| {
 | |
|     public interface IDateTimeProvider
 | |
|     {
 | |
|         /// Returns current date and time
 | |
|         DateTime Now();
 | |
|     }
 | |
| }
 |