Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

package in.shop2020.content.security;

public enum Role {
        ADMIN,
        EDITOR,
        DEVELOPER
}