9 lines
215 B
C#
9 lines
215 B
C#
using Tnb.BasicData.Entities.Dto;
|
|
|
|
namespace Tnb.BasicData.Interfaces
|
|
{
|
|
public interface IBasMaterialService
|
|
{
|
|
public Task<dynamic> GetMaterialSelectInfo(MaterialSelectQueryInput queryInput);
|
|
}
|
|
} |