module EDUPoint {
    export enum WebServiceFunction {
        Gradebook,
        ChildList
    }
}