示例#1
0
 public ProfileCardController(IProfileCardBusinessService profileCardBusinessService)
 {
     this.profileCardBusinessService = profileCardBusinessService;
 }
示例#2
0
 public ProfileCardController(IProfileCardBusinessService profileCardBusinessService, ILocationBusinessService locationService)
 {
     this.profileCardBusinessService = profileCardBusinessService;
     this.locationService            = locationService;
 }