示例#1
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="barThreadRepository"></param>
 public BarThreadService(IBarThreadRepository barThreadRepository)
 {
     this.barThreadRepository = barThreadRepository;
 }
示例#2
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="barThreadRepository"></param>
 public BarThreadService(IBarThreadRepository barThreadRepository)
 {
     this.barThreadRepository = barThreadRepository;
 }