mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-10 11:24:45 +08:00
主页加载菜单按钮
重新修改了登陆逻辑
This commit is contained in:
12
OpenAuth.Domain/Interface/IMenuRepository.cs
Normal file
12
OpenAuth.Domain/Interface/IMenuRepository.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using OpenAuth.Domain.Model;
|
||||
|
||||
namespace OpenAuth.Domain.Interface
|
||||
{
|
||||
public interface IMenuRepository
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user