Added authentication and authorization, updated dependency injections, removed hard-coded connection string
This commit is contained in:
		| @@ -0,0 +1,8 @@ | ||||
| namespace ApplicationLayer.GeneralNeededServices | ||||
| { | ||||
|     public interface IDateTimeProvider | ||||
|     { | ||||
|         /// Returns current date and time | ||||
|         DateTime Now(); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user