public UnitOWork(GoDBContext context) { _context = context; GoTerms = new GoTermRepository(_context); HumanStructs = new HumanStructRepository(_context); IsAs = new IsARepository(_context); PartOfs = new PartOfRepository(_context); }
public PartOfRepository(GoDBContext context) : base(context) { }
public IsARepository(GoDBContext context) : base(context) { }
public GoTermRepository(GoDBContext context) : base(context) { }
public HumanStructRepository(GoDBContext context) : base(context) { }