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