コード例 #1
0
 public IEnumerable <Sistema> ListarSistemas()
 {
     return(_repository.Select());
 }