I was assigned on a project (C# based) to work on, and i found there is a class and interface with same name in the same namespace [class : Payment, Interface : Payment]. so when i build the solution it gives me error that it is not allowed.
Renaming one of them will affect other many areas in the solution. Actually I don't know how was it working!!
Any ideas?
Thanks,