Blog.Services.Implementation.HobbyService.HobbyService C# (CSharp) Method

HobbyService() public method

public HobbyService ( IHobbyLogic hobbyLogic ) : System.Collections.Generic
hobbyLogic IHobbyLogic
return System.Collections.Generic
        public HobbyService(IHobbyLogic hobbyLogic)
        {
            _hobbyLogic = hobbyLogic;
        }