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