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