oclockvn
1/20/2017 - 9:06 AM

snippet-8831746724.cs

public interface IFoo // autofac Service 
{
    int Add(int x, int y);
}