Exemplo n.º 1
0
 public CatalogEntity GetCatalogByName(string name)
 {
     return(dao.get(name));
 }