标签: asp.net-web-api
我想为Web Api控制器上的帖子创建通用方法?可能吗?如果是的话有任何指导。
基于命令我需要隔离它如何才能完成。
public IHttpActionResult Post<T>(T command) where T:ICommand{}
由于