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