Exemplo n.º 1
0
 public AksesController(IAksesService aksesService)
 {
     _aksesService = aksesService;
 }
Exemplo n.º 2
0
 public StrukturController(IAksesService aksesService)
 {
     _aksesService = aksesService;
 }