mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
C#: Add abstract controller remote flow source example.
This commit is contained in:
@@ -58,4 +58,9 @@ namespace Testing
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public abstract class AbstractTestController : Controller
|
||||
{
|
||||
public void MyActionMethod(string param) { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user