Exemple #1
0
 public ToothController(IToothService toothService, ICommentService commentService)
 {
     _toothService   = toothService;
     _commentService = commentService;
 }
Exemple #2
0
 public ToothController(IToothService toothService)
 {
     _toothService = toothService;
 }