예제 #1
0
 public TeamListVM(string userName, DbInfo info)
 {
     // --------------------------------------------------------
     // Constructor...
     this.UserName     = userName;
     this.UserTeamList = info.GetUserTeamList(userName);
 }