示例#1
0
 /// <summary>
 /// 要配置文件中添加
 /// </summary>
 /// <param name="hsf_ownerService"></param>
 public OwnerController(Ihsf_ownerService hsf_ownerService)
 {
     this.ihsf_ownerService = hsf_ownerService;
 }
示例#2
0
 /// <summary>
 /// 要配置文件中添加
 /// </summary>
 /// <param name="hsf_ownerService"></param>
 public ThirdController(Ihsf_ownerService hsf_ownerService)
 {
     this.ihsf_ownerService = hsf_ownerService;
 }