Example #1
0
 public async Task <FinalProject.Models.Authors> GetById(string Id)
 {
     return(await _authorRepo.GetByID(Id));
 }