Esempio n. 1
0
 public override void Act()
 {
     try
     {
         Response = QueryDispatcher.DispatchQuery(Query, default).Result;
     }
     catch (Exception ex)
     {
         Exception = ex;
     }
 }