Example #1
0
 public InitialsUpdate(ShiftgramContext context)
 {
     this._context = context;
 }
 public VerificationRepository()
 {
     this._context = new ShiftgramContext();
 }
Example #3
0
 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;
 }
Example #7
0
 public GenderUpdate(ShiftgramContext context)
 {
     this._context = context;
 }
Example #8
0
 public UsernameUpdate(ShiftgramContext context)
 {
     this._context = context;
 }
 public AuthUpdate(ShiftgramContext context)
 {
     this._context = context;
 }
Example #10
0
 public PhoneRepository()
 {
     this._context = new ShiftgramContext();
 }
 public FriendRepository()
 {
     this._context = new ShiftgramContext();
     this.creator  = new FriendViewCreator();
 }
Example #12
0
 public BioUpdate(ShiftgramContext context)
 {
     this._context = context;
 }