public CreatePersonPhotoCommandHandler(IProfilesContext context) { _table = new PersonPhotoTable(context); }
public GetPersonPhotoQueryHandler(IProfilesContext context) { _table = new PersonPhotoTable(context); }