NewGaoKaoApi/New_College.IServices/IT_GearInfoServices.cs

12 lines
240 B
C#

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