package com.monsanto.acs2.user.registration.entity;

public enum Brand {
    national,
    channel
}
