Example #1
0
 public bool AuthorExist(int id)
 {
     return(AuthorRepository.AuthorExist(id));
 }