Exemplo n.º 1
0
 public ToothController(IToothService toothService, ICommentService commentService)
 {
     _toothService   = toothService;
     _commentService = commentService;
 }
Exemplo n.º 2
0
 public ToothController(IToothService toothService)
 {
     _toothService = toothService;
 }