OpenAuth.Net/OpenAuth.Domain/Service/MenuService.cs
2015-05-23 12:10:53 +08:00

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
{
}
}