コード例 #1
0
ファイル: DireccionService.cs プロジェクト: diegob75/ALaOrden
 public List <Direccion> ListAll()
 {
     return(direccionRepository.ListAll());
 }