IUserRoleNavigation.cs 232 B

123456789
  1. using CZFW.Framework.Interface.Api;
  2. namespace CZFW.Framework.Interface
  3. {
  4. public interface IUserRoleNavigation: CZFW.Framework.Interface.ILogicBase<Model.Entity.UserRoleNavigationEntity>, IUserRoleNavigationApi
  5. {
  6. }
  7. }