2
Answers

Use Parameter Single time.

I have one query .I have Declare this  private const string BaseUrl = "http://abc.com/"; only one time and use this (BaseUrl) Value all project .
Like ABCcontroller.cs and XYZController it's posible or not 

Answers (2)