Beispiel #1
0
 public RepositoryBase(ActBaseContext actBaseContext)
 {
     this.actBaseContext = actBaseContext;
     dbSet = actBaseContext.Set <T>();
 }
Beispiel #2
0
 public ActRepository(ActBaseContext actBaseContext) : base(actBaseContext)
 {
 }