init commit
This commit is contained in:
13
20220330_Vote/Ewide.RoadFlow/Data/MenuUser/IMenuUser.cs
Normal file
13
20220330_Vote/Ewide.RoadFlow/Data/MenuUser/IMenuUser.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace RoadFlow.Data
|
||||
{
|
||||
public interface IMenuUser: IRoadFlowRepository<RoadFlow.Model.rf_menuuser>
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
20
20220330_Vote/Ewide.RoadFlow/Data/MenuUser/MenuUser.cs
Normal file
20
20220330_Vote/Ewide.RoadFlow/Data/MenuUser/MenuUser.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using Furion.DependencyInjection;
|
||||
using Microsoft.Extensions.Caching.Memory;
|
||||
using Microsoft.Extensions.Localization;
|
||||
using RoadFlow.Utility;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace RoadFlow.Data
|
||||
{
|
||||
public class MenuUser: RoadFlowRepository<RoadFlow.Model.rf_menuuser>, IMenuUser, ITransient
|
||||
{
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user