aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/openecomp/vid/model/SubscriberList.java
blob: 7f593e4ded8789862a06d75a39546c2726eac4e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package org.openecomp.vid.model;

import org.openecomp.portalsdk.core.web.support.UserUtils;

import java.util.List;

/**
 * Created by Oren on 7/4/17.
 */
public class SubscriberList {

    public List<Subscriber> customer;


}