Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WeiboRepositery"/> class.
 /// </summary>
 /// <param name="profile">The profile.</param>
 public WeiboRepositery(ClientUserProfile profile)
 {
     this.dbUtilities    = new DbUtilities();
     this.profile        = profile;
     this.weiboTableName = TableNameHelper.GetWeiboPredicationTableName();
 }