9 lines
182 B
C#
9 lines
182 B
C#
|
|
using APT.Infrastructure.Core;
|
|||
|
|
using APT.Infrastructure.Api;
|
|||
|
|
namespace APT.BaseData.Domain.IServices.BD
|
|||
|
|
{
|
|||
|
|
public interface IBDSystemInfoService : ICommonService
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|