ModelBuilder.UnitTests.Person.DoSomething C# (CSharp) Method

DoSomething() public method

public DoSomething ( ) : object
return object
        public object DoSomething()
        {
            return null;
        }