Example #1
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="tenantTypeId">租户类型Id</param>
 /// <param name="barSectionRepository"></param>
 public BarSectionService(IBarSectionRepository barSectionRepository)
 {
     this.barSectionRepository = barSectionRepository;
 }
Example #2
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="tenantTypeId">租户类型Id</param>
 /// <param name="barSectionRepository"></param>
 public BarSectionService(IBarSectionRepository barSectionRepository)
 {
     this.barSectionRepository = barSectionRepository;
 }