ChiakiYu.Service.Navigations.NavigationService.NavigationService C# (CSharp) Method

NavigationService() public method

public NavigationService ( long>.IRepository navigationRepository ) : System.Collections.Generic
navigationRepository long>.IRepository
return System.Collections.Generic
        public NavigationService(IRepository<Navigation, long> navigationRepository)
        {
            _navigationRepository = navigationRepository;
        }