using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrpaonEMS.App.Services
{
///
/// 导航服务接口
///
public interface INavigationMenuService
{
///
/// 初始化
///
void Initialize();
}
}