StableVersion4.3/HL_FristAidPlatform_IService/Base/IT_Base_Pathogeny.cs

11 lines
213 B
C#

using HL_FristAidPlatform_Help;
using HL_FristAidPlatform_Models;
namespace HL_FristAidPlatform_IDataBase
{
public interface IT_Base_Pathogeny
{
TableModel<T_Base_Pathogeny> GetList();
}
}