Ejemplo n.º 1
0
 public List <AuthorsViewModel> GetAuthorList()
 {
     //get author list from database
     return(_bookRepo.GetAuthorList());
 }