Example #1
0
 public IRepositoryInjection SetContext(DbContext context)
 {
     this.Context = (TContext)context;
     return(this);
 }