mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-16 13:09:35 +08:00
13 lines
206 B
C#
13 lines
206 B
C#
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using OpenAuth.Domain.Interface;
|
|
using OpenAuth.Domain.Model;
|
|
|
|
namespace OpenAuth.Domain.Service
|
|
{
|
|
public class MenuService
|
|
{
|
|
|
|
}
|
|
}
|