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