예제 #1
0
 public AccountRepository()
 {
     this._context = new ShiftgramContext();
     this.creator  = new FriendViewCreator();
     this._view    = creator.CreateView();
 }