public AppEntityTypeController(IUniWebAppRepository repo, IMapper mapper)
 {
     _repo   = repo;
     _mapper = mapper;
 }
Beispiel #2
0
 public AppEntityController(IUniWebAppRepository repo)
 {
     _repo = repo;
 }