NewGaoKaoApi/New_College.IServices/ISys_TenantServices.cs

12 lines
240 B
C#

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