Beispiel #1
0
 public async Task <T> GetById(int id)
 {
     return(await Enrich(await Handler.GetDomainById(id)));
 }