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