コード例 #1
0
 public List<Ficha> GetAllFichas()
 {
     return _fichaRepository.GetAllFichas();
 }