E.g.: I wrote a wrapper for the DataTime.Now
function called ServerTime.Now
where I set a div to the Time of the SQL Server the App is connected to during Startup.
Now I would like to "hide" the DateTime.Now
function somehow to make sure no developer is using it any more in his code. Is there a way to do this in C# (and if not is it possible with Resharper or any other tool)?