示例#1
0
 public GetUserProfileQueryHandler(IUserProfileDbContext userProfileDbContext, IMapper mapper)
 {
     _userProfileDbContext = userProfileDbContext;
     _mapper = mapper;
 }
示例#2
0
 public CreateUserProfileCommandHandler(IUserProfileDbContext userProfileDbContext)
 {
     _userProfileDbContext = userProfileDbContext;
 }