Esempio n. 1
0
 public CreatePersonPhotoCommandHandler(IProfilesContext context)
 {
     _table = new PersonPhotoTable(context);
 }
Esempio n. 2
0
 public GetPersonPhotoQueryHandler(IProfilesContext context)
 {
     _table = new PersonPhotoTable(context);
 }