Exemple #1
0
 protected async override Task <TViewModel> GetTViewModelByIdAsync(int id)
 {
     return(await VMFactory.GetByIdAsync(id));
 }