FrameWork:.Net Framework4.7.2.
Web 项目:从git中提取代码(在不同的本地机器上工作和编译),然后尝试构建,得到:
**The type or namespace name 'ApiController' could not be found (are you missing a using directive or an assembly reference?)**
对于所有apiController继承的类属性和关键字:ApiController、HttpPost、FromBody等),
using System;
using System
API中有以下资源:
公司>项目> ProjectUser >用户
这些资源如下:
一家公司有很多项目;
ProjectUser定义了可以访问项目的用户;
我正在定义API端点以获取项目:
"/projects" > Get all projects that authenticated user can access
"/companies/{companyId}/projects" > Get projects with `companyId` that authenticated user c