Ejemplo n.º 1
0
 public ProvinceCityUserProfilesController(IVetProfileService vetProfileService, IOwnerProfileService ownerProfileService, IMapper mapper)
 {
     _vetProfileService   = vetProfileService;
     _ownerProfileService = ownerProfileService;
     _mapper = mapper;
 }
Ejemplo n.º 2
0
 public OwnersController(IOwnerProfileService ownerProfileService, IMapper mapper)
 {
     _ownerProfileService = ownerProfileService;
     _mapper = mapper;
 }