public PersonsService(PersonContext context, IFileSignature fileSignatureService, ProfileImageSetting profileImageSetting, SecureRootSetting secureRootSetting) { _context = context; _fileSignatureService = fileSignatureService; _profileImageSetting = profileImageSetting; _filesPath = secureRootSetting.Path; }
public PersonsController(IPersons personsService, ProfileImageSetting profileImageSetting) { _personsService = personsService; _profileImageSetting = profileImageSetting; }