コード例 #1
0
 public List <CommentEntity> GetAllCommentsById(int animalId)
 {
     return(_commentLogic.GetAllCommentsById(animalId));
 }