internal static SystemDepartmentPostRoleRelationWrapper ConvertEntityToWrapper(SystemDepartmentPostRoleRelationEntity entity) { if (entity == null) { return(null); } if (entity.Id == 0) { return(null); } return(new SystemDepartmentPostRoleRelationWrapper(entity)); }
internal SystemDepartmentPostRoleRelationWrapper(SystemDepartmentPostRoleRelationEntity entityObj) : base(entityObj) { }