20 lines
459 B
C#
20 lines
459 B
C#
using MathNet.Numerics.Statistics.Mcmc;
|
|
using New_College.IServices.BASE;
|
|
using New_College.Model.Models;
|
|
using New_College.Model.ViewModels;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq.Expressions;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace New_College.IServices
|
|
{
|
|
/// <summary>
|
|
/// IT_TbSNeedDataInfoServices
|
|
/// </summary>
|
|
public interface IT_TbSNeedDataInfoServices :IBaseServices<T_TbSNeedDataInfo>
|
|
{
|
|
|
|
|
|
}
|
|
} |