コード例 #1
0
 public List <OrderEntity> GetAllOrders()
 {
     try {
         return(_orderEngine.GetAllOrders());
     } catch (Exception e) {
         _exceptionHandlerLogic.LogExceptionAsync(e);
         throw e;
     }
 }