public UserRepository(MvcBasContext context) { this._context = context; }
/// <summary> /// /// </summary> public Repository() { Context = new MvcBasContext(); }