摘要:
直接上代码 //Get var client = new RestClient(@"你的Uri"); var requestGet = new RestRequest(Method.GET); requestGet.AddQueryParameter("你的参数1","值1"); requestGe 阅读全文
摘要:
今天写了一个方法和接口,需要将接口通过依赖注入的方式注入到Controller里面,但是却出现了InvalidOperationException: Unable to resolve service for type 'WebAPI.Services.IPropertyCheckerService 阅读全文