Example #1
0
 public CreatePersonPhotoCommandHandler(IProfilesContext context)
 {
     _table = new PersonPhotoTable(context);
 }
Example #2
0
 public GetPersonPhotoQueryHandler(IProfilesContext context)
 {
     _table = new PersonPhotoTable(context);
 }