NewGaoKaoApi/New_College.IServices/IModuleServices.cs

15 lines
235 B
C#

using New_College.IServices.BASE;
using New_College.Model.Models;
namespace New_College.IServices
{
/// <summary>
/// ModuleServices
/// </summary>
public interface IModuleServices :IBaseServices<Modules>
{
}
}