BinaryStudio.TaskManager.Logic.Core.HumanTaskRepository.HumanTaskRepository C# (CSharp) Метод

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

Initializes a new instance of the HumanTaskRepository class.
public HumanTaskRepository ( DataBaseContext dataBaseContext ) : System.Collections.Generic
dataBaseContext BinaryStudio.TaskManager.Logic.Domain.DataBaseContext /// The data base context. ///
Результат System.Collections.Generic
        public HumanTaskRepository(DataBaseContext dataBaseContext)
        {
            this.dataBaseContext = dataBaseContext;
        }