Merge 1806 code of vid-common
[vid.git] / vid-app-common / src / main / java / org / onap / vid / model / SubscriberList.java
index 6e3d3e7..a08b585 100644 (file)
@@ -8,6 +8,11 @@ import java.util.List;
  * Created by Oren on 7/4/17.
  */
 public class SubscriberList {
+    public SubscriberList(List<Subscriber> customer) {
+        this.customer = customer;
+    }
+
+    public SubscriberList(){}
 
     public List<Subscriber> customer;