NewGaoKaoApi/New_College.IServices/IU_ProbabilityHistoryServic...

12 lines
270 B
C#

using New_College.IServices.BASE;
using New_College.Model.Models;
namespace New_College.IServices
{
/// <summary>
/// IU_ProbabilityHistoryServices
/// </summary>
public interface IU_ProbabilityHistoryServices :IBaseServices<U_ProbabilityHistory>
{
}
}