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