RoleLogic.cs 209 B

123456789101112
  1. using CZFW.Framework.Interface;
  2. using CZFW.Framework.Model;
  3. using CZFW.Framework.Model.Entity;
  4. namespace CZFW.Framework.Logic
  5. {
  6. public class RoleLogic : LogicBase<RoleEntity>, IRole
  7. {
  8. }
  9. }