Example #1
0
 public ZeroController(IZeroService zeroService)
 {
     this.zeroService = zeroService;
 }