4 lines
81 B
C#
4 lines
81 B
C#
|
|
namespace BS.Shared.DataContracts
|
|||
|
|
{
|
|||
|
|
public interface IDataContract {}
|
|||
|
|
}
|