示例#1
0
 public SubCategoria Obtener(int idSubCategoria)
 {
     return(repositorio.Obtener(idSubCategoria));
 }