Пример #1
0
 public RDoc(_2cContext _2CContext, WedContext dbContext, IUser user)
 {
     this._2CContext = _2CContext;
     this._context   = dbContext;
     this._user      = user;
 }
 public RUser(_2cContext _2CContext)
 {
     this._2CContext = _2CContext;
 }