6 lines
120 B
C#

namespace DigitalData.Core.Contracts.Application
{
public interface IServiceBase : IResponseService
{
}
}