示例#1
0
 public async Task <ICollection <Kind> > GetAllAsync()
 {
     return(await _kindRepository.GetAllAsync());
 }