7 lines
132 B
C#
7 lines
132 B
C#
using DTS.Common.Base;
|
|
|
|
namespace DTS.Common.Interface.Database
|
|
{
|
|
public interface IDatabaseCopyView : IBaseView { }
|
|
}
|