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