Problem: I have services that are derived from the same interface. public interface IService { } public class ServiceA : IService { ...
No comments:
Post a Comment