9 lines
191 B
C#
9 lines
191 B
C#
using Tnb.BasicData.Entities.Dto;
|
|
|
|
namespace Tnb.BasicData.Interfaces
|
|
{
|
|
public interface IBasEbomService
|
|
{
|
|
public Task<dynamic> GetTree(EbomTreeQueryInput queryInput);
|
|
}
|
|
} |