예제 #1
0
 public TweetsViewModel()
 {
     this.repository = new Repository();
 }
예제 #2
0
 public CreateTweetViewModel()
 {
     this.repository = new Repository();
 }