This is a relatively straight forward question. But I was wondering what the correct usage is for accessing a method inside a separate project through the use of an interface.>
The class needs to read:
public class Test : ITest
in its declaration.