Example #1
0
 //private static HyperMediaExtensions _hmExtension;
 public CategoriesController(IMapper mapper)
 {
     _trService = new TRService(mapper);
 }
Example #2
0
 //private static HyperMediaExtensions _hmExtension;
 public NewsController(IMapper mapper)
 {
     _trService = new TRService(mapper);
 }
Example #3
0