NewGaoKaoApi/New_College.IServices/IT_BatchlineServices.cs

12 lines
243 B
C#

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