示例#1
0
 public Task <IEnumerable <Disease> > ListAsync()
 {
     return(_diseaseRepository.ListAsync());
 }