コード例 #1
0
 public ToothController(IToothService toothService, ICommentService commentService)
 {
     _toothService   = toothService;
     _commentService = commentService;
 }
コード例 #2
0
 public ToothController(IToothService toothService)
 {
     _toothService = toothService;
 }