Ejemplo n.º 1
0
 /// <summary>
 /// 构造器
 /// </summary>
 public CustomStyleService(ICustomStyleRepository customStyleRepository)
 {
     this.customStyleRepository = customStyleRepository;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 构造器
 /// </summary>
 public CustomStyleService(ICustomStyleRepository customStyleRepository)
 {
     this.customStyleRepository = customStyleRepository;
 }