Exemplo n.º 1
0
 public GroupCommentService(IGroupCommentRepository groupCommentRepository,IGroupCommentUserRepository groupCommentUserRepository, IGroupUpdateRepository groupUdateRepository, IUnitOfWork unitOfWork)
 {
     this.groupCommentRepository = groupCommentRepository;
     this.groupCommentUserRepository = groupCommentUserRepository;
     this.groupUdateRepository = groupUdateRepository;
     this.unitOfWork = unitOfWork;
 }
Exemplo n.º 2
0
 public GroupCommentService(IGroupCommentRepository groupCommentRepository, IGroupCommentUserRepository groupCommentUserRepository, IGroupUpdateRepository groupUdateRepository, IUnitOfWork unitOfWork)
 {
     this.groupCommentRepository     = groupCommentRepository;
     this.groupCommentUserRepository = groupCommentUserRepository;
     this.groupUdateRepository       = groupUdateRepository;
     this.unitOfWork = unitOfWork;
 }
Exemplo n.º 3
0
 public GroupCommentService(IGroupCommentRepository groupCommentRepository, IGroupCommentUserRepository groupCommentUserRepository, IUnitOfWork unitOfWork)
 {
     _groupCommentRepository     = groupCommentRepository;
     _groupCommentUserRepository = groupCommentUserRepository;
     _unitOfWork = unitOfWork;
 }