package org.msh.etbm.db.enums;

/**
 * Created by Mauricio on 09/11/2016.
 */
public enum DatabaseOperation {
    INSERT,
    UPDATE,
    DELETE
}
