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