Пример #1
0
 public async void Execute(object parameter)
 {
     await _repository.CreateRole(parameter as UserRole);
 }