Esempio n. 1
0
 public Tip GetTipByMonsterID(int id)
 {
     return(TipRepository.GetTipByMonsterID(id));
 }