Ejemplo n.º 1
0
 public PostController()
 {
     postDAO         = new ClientPostDAO(db);
     postCategoryDAO = new ClientPostCategoryDAO(db);
 }