public ToothController(IToothService toothService, ICommentService commentService) { _toothService = toothService; _commentService = commentService; }
public ToothController(IToothService toothService) { _toothService = toothService; }