BinaryStudio.ClientManager.WebUi.Controllers.TeamsController.TeamsController C# (CSharp) Метод

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

public TeamsController ( IRepository repository, IAppContext appContext ) : System.Collections.Generic
repository IRepository
appContext IAppContext
Результат System.Collections.Generic
        public TeamsController(IRepository repository, IAppContext appContext)
        {
            this.repository = repository;
            this.appContext = appContext;
        }