using System; namespace IBatisNet.Common.Test.NUnit.CommonTests.DynamicProxy { /// /// Summary description for IMySecondInterface. /// public interface IMySecondInterface : IMyInterface { string Address { get; set; } } }