Esempio n. 1
0
 internal Knight CreateKnight(Knight newKnight)
 {
     return(_repo.CreateKnight(newKnight));
 }