Esempio n. 1
0
 public BinhLuanController(IBinhLuanRepository binhLuanRepository)
 {
     _binhLuanRepository = binhLuanRepository;
 }
Esempio n. 2
0
 public BinhLuanService(IBinhLuanRepository binhLuanRepository, IUnitOfWork unitOfWork)
 {
     _binhLuanRepository = binhLuanRepository;
     _unitOfWork         = unitOfWork;
 }
Esempio n. 3
0
 public BinhLuanService(IBinhLuanRepository binhLuanRepository, IMapper mapper)
 {
     _binhLuanRepository = binhLuanRepository;
     _mapper             = mapper;
 }