Skip to content

Commit e85795a

Browse files
committed
C#: Add abstract controller remote flow source example.
1 parent 1e48d71 commit e85795a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

csharp/ql/test/library-tests/dataflow/flowsources/aspremote/AspRemoteFlowSource.cs

+7-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,10 @@ public void M1(string[] args)
5858
app.Run();
5959
}
6060
}
61-
}
61+
62+
public abstract class AbstractTestController : Controller
63+
{
64+
65+
public void MyActionMethod(string param) { }
66+
}
67+
}

0 commit comments

Comments
 (0)