WinFormTools/WinformDevFramework.IServices/System/ISysUserRoleServices.cs

15 lines
278 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WinformDevFramework.Models;
namespace WinformDevFramework.IServices
{
public interface IsysUserRoleServices: IBaseServices<sysUserRole>
{
}
}