コード例 #1
0
 public void CreateNewInterest(string interestName, int categoryId)
 {
     _interestRepo.CreateNewInterest(interestName, categoryId);
 }