コード例 #1
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="barThreadRepository"></param>
 public BarThreadService(IBarThreadRepository barThreadRepository)
 {
     this.barThreadRepository = barThreadRepository;
 }
コード例 #2
0
ファイル: BarThreadService.cs プロジェクト: x1987624/SNS
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="barThreadRepository"></param>
 public BarThreadService(IBarThreadRepository barThreadRepository)
 {
     this.barThreadRepository = barThreadRepository;
 }