Exemplo n.º 1
0
 private TViewModel CreateViewModel(TModel model)
 {
     return(_viewModelProvider.GetFor(model, _context));
 }