ChiakiYu.Service.Navigations.NavigationService.NavigationService C# (CSharp) Метод

NavigationService() публичный Метод

public NavigationService ( long>.IRepository navigationRepository ) : System.Collections.Generic
navigationRepository long>.IRepository
Результат System.Collections.Generic
        public NavigationService(IRepository<Navigation, long> navigationRepository)
        {
            _navigationRepository = navigationRepository;
        }