Files
SystemX.Web/Projects/WebClient/Web.Tra/Model/IDataModel.cs

7 lines
75 B
C#

namespace Web.Tra.Model
{
public interface IDataModel
{
}
}