示例#1
0
 public virtual async Task <IEnumerable <TDomain> > Get()
 {
     return(await DomainService.GetAll());
 }