8 lines
161 B
C#
8 lines
161 B
C#
namespace EgwCoreLib.Lux.Data.Repository.Config
|
|
{
|
|
public interface IEnvirParamRepository
|
|
{
|
|
Task<List<EnvirParamModel>> GetAllAsync();
|
|
}
|
|
}
|