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;
        }