Ejemplo n.º 1
0
 public ProfileCardController(IProfileCardBusinessService profileCardBusinessService)
 {
     this.profileCardBusinessService = profileCardBusinessService;
 }
Ejemplo n.º 2
0
 public ProfileCardController(IProfileCardBusinessService profileCardBusinessService, ILocationBusinessService locationService)
 {
     this.profileCardBusinessService = profileCardBusinessService;
     this.locationService            = locationService;
 }