/// <summary> /// Initializes a new instance of the TeamEngagementRepository class. /// </summary> /// <param name="unitOfWork">Unit of work</param> public TeamEngagementRepository(UnitOfWork unitOfWork) { this.unitOfWork = unitOfWork; }
/// <summary> /// Initializes a new instance of the ProjectRepository class. /// </summary> /// <param name="unitOfWork">Unit of work</param> public ProjectRepository(UnitOfWork unitOfWork) { this.unitOfWork = unitOfWork; }
/// <summary> /// Initializes a new instance of the RoleGroupRepository class. /// </summary> /// <param name="unitOfWork">Unit of work</param> public RoleGroupRepository(UnitOfWork unitOfWork) { this.unitOfWork = unitOfWork; }
/// <summary> /// Initializes a new instance of the HolidayRepository class. /// </summary> /// <param name="unitOfWork">Unit of work</param> public HolidayRepository(UnitOfWork unitOfWork) { this.unitOfWork = unitOfWork; }
/// <summary> /// Initializes a new instance of the <see cref="TaskRepository"/> class. /// </summary> /// <param name="unitOfWork">The unit of work.</param> public TaskRepository(UnitOfWork unitOfWork) { this.unitOfWork = unitOfWork; }
/// <summary> /// Initializes a new instance of the LoanResourceRepository class. /// </summary> /// <param name="unitOfWork">Unit of work</param> public LoanResourceRepository(UnitOfWork unitOfWork) { this.unitOfWork = unitOfWork; }
/// <summary> /// Initializes a new instance of the TimesheetReportRepository class. /// </summary> /// <param name="unitOfWork">Unit of work</param> public TimesheetReportRepository(UnitOfWork unitOfWork) { this.unitOfWork = unitOfWork; }
/// <summary> /// Initializes a new instance of the ReleaseRepository class. /// </summary> /// <param name="unitOfWork">Unit of work</param> public ReleaseRepository(UnitOfWork unitOfWork) { this.unitOfWork = unitOfWork; }
/// <summary> /// Initializes a new instance of the DeveloperRepository class. /// </summary> /// <param name="unitOfWork">Unit of work</param> public DeveloperRepository(UnitOfWork unitOfWork) { this.unitOfWork = unitOfWork; }
/// <summary> /// Initializes a new instance of the ProjectStackHolderRepository class. /// </summary> /// <param name="unitOfWork">Unit of work</param> public ProjectStackHolderRepository(UnitOfWork unitOfWork) { this.unitOfWork = unitOfWork; }
/// <summary> /// Initializes a new instance of the ProjectComplianceReportRepository class. /// </summary> /// <param name="unitOfWork">Unit of work</param> public ProjectComplianceReportRepository(UnitOfWork unitOfWork) { this.unitOfWork = unitOfWork; }