コード例 #1
0
ファイル: Gato.cs プロジェクト: flecherdev/EjerciciosLab2
 public static ERaza retornarRaza(Gato gatito)
 {
     return(gatito._raza);
 }