9 lines
141 B
C#
9 lines
141 B
C#
namespace Yi.Furion.Rbac.Application;
|
|
|
|
public class Mapper : IRegister
|
|
{
|
|
public void Register(TypeAdapterConfig config)
|
|
{
|
|
}
|
|
}
|