コード例 #1
0
 public List <Nota> get_all()
 {
     return(repo.get_all());
 }