public UserMasterController(IUserMasterRepo repository, IMapper mapper)
 {
     _repository = repository;
     _mapper     = mapper;
 }
Esempio n. 2
0
 public UserMasterController(IUserMasterRepo _IUserMasterRepo)
 {
     IUserMasterRepo = _IUserMasterRepo;
 }