7 lines
59 B
C#
7 lines
59 B
C#
namespace MyOffice.Core;
|
|
|
|
public interface IDataModel
|
|
{
|
|
|
|
}
|