Ejemplo n.º 1
0
 // Summary:
 //     Retrieves the all poem schemas using repository object to access the database.
 //
 // Returns:
 //     The list of PoemSchema objects.
 public List <PoemSchema> GetAllPoemSchemas()
 {
     return(poemRepository.GetAllSchemas());
 }