public ProfileService(IProfileUnitOfWork profileUOW) { _profileUOW = profileUOW; }
public ProfileManagementService(IProfileUnitOfWork profileUOW) { _profileUOW = profileUOW; }