Example #1
0
 public WlalService(WlalRepository wlalRepository)
 {
     this.wlalRepository = wlalRepository;
 }
Example #2
0
 public WlalApiController(WlalRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }