You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
215 B

2 years ago
  1. #if Middleware
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Text;
  5. namespace Apewer.Web
  6. {
  7. /// <summary>中间件。</summary>
  8. public abstract class ApiMiddleware
  9. {
  10. }
  11. }
  12. #endif