Exemple #1
0
 public ProvinceCityUserProfilesController(IVetProfileService vetProfileService, IOwnerProfileService ownerProfileService, IMapper mapper)
 {
     _vetProfileService   = vetProfileService;
     _ownerProfileService = ownerProfileService;
     _mapper = mapper;
 }
Exemple #2
0
 public OwnersController(IOwnerProfileService ownerProfileService, IMapper mapper)
 {
     _ownerProfileService = ownerProfileService;
     _mapper = mapper;
 }