예제 #1
0
 public int AddNoun(Noun wordNoun)
 {
     return(_repository.AddNoun(wordNoun));
 }