コード例 #1
0
 public string CompleteProject([Required] int projectId) => _context.CompleteProject(projectId);