Ejemplo n.º 1
0
 public int countRowsContent(int idType)
 {
     AccesoDatos.Content content = new AccesoDatos.Content();
     return(content.countRowsContent(idType));
 }
Ejemplo n.º 2
0
 public int countRowsContent(int idType)
 {
     AccesoDatos.Content content = new AccesoDatos.Content();
     return content.countRowsContent(idType);
 }
Ejemplo n.º 3
0
 public Content()
 {
     objADContent = new AccesoDatos.Content();
     objMNContent = new ModeloNegocio.Content();
 }
Ejemplo n.º 4
0
 public Content()
 {
     objADContent = new AccesoDatos.Content();
     objMNContent = new ModeloNegocio.Content();
 }