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