コード例 #1
0
 public InitialsUpdate(ShiftgramContext context)
 {
     this._context = context;
 }
コード例 #2
0
 public VerificationRepository()
 {
     this._context = new ShiftgramContext();
 }
コード例 #3
0
 public AccountRepository()
 {
     this._context = new ShiftgramContext();
     this.creator  = new FriendViewCreator();
     this._view    = creator.CreateView();
 }
コード例 #4
0
 public AccountUpdate(ShiftgramContext context)
 {
     this._context = context;
 }
コード例 #5
0
 public PhoneUpdate(ShiftgramContext context)
 {
     this._context = context;
 }
コード例 #6
0
 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;
 }
コード例 #9
0
 public AuthUpdate(ShiftgramContext context)
 {
     this._context = context;
 }
コード例 #10
0
 public PhoneRepository()
 {
     this._context = new ShiftgramContext();
 }
コード例 #11
0
 public FriendRepository()
 {
     this._context = new ShiftgramContext();
     this.creator  = new FriendViewCreator();
 }
コード例 #12
0
 public BioUpdate(ShiftgramContext context)
 {
     this._context = context;
 }