public AccountRepository(SeraphEntities context) { this._context = context; }
public BookmarkRepository(SeraphEntities context) { this._context = context; }
public EmployeeRepository(SeraphEntities context) { this._context = context; }