コード例 #1
0
ファイル: CategoriaFacade.cs プロジェクト: MatheusKevin/plx
 public List <CategoriaDto> BuscarTodos()
 {
     return(categoriaBo.BuscarTodos());
 }