public InitialsUpdate(ShiftgramContext context) { this._context = context; }
public VerificationRepository() { this._context = new ShiftgramContext(); }
public AccountRepository() { this._context = new ShiftgramContext(); this.creator = new FriendViewCreator(); this._view = creator.CreateView(); }
public AccountUpdate(ShiftgramContext context) { this._context = context; }
public PhoneUpdate(ShiftgramContext context) { this._context = context; }
public LanguageUpdate(ShiftgramContext context) { this._context = context; }
public GenderUpdate(ShiftgramContext context) { this._context = context; }
public UsernameUpdate(ShiftgramContext context) { this._context = context; }
public AuthUpdate(ShiftgramContext context) { this._context = context; }
public PhoneRepository() { this._context = new ShiftgramContext(); }
public FriendRepository() { this._context = new ShiftgramContext(); this.creator = new FriendViewCreator(); }
public BioUpdate(ShiftgramContext context) { this._context = context; }