vid-automation selenium tests
[vid.git] / vid-automation / src / main / java / vid / automation / test / model / ServiceModelsList.java
1 package vid.automation.test.model;
2
3 import java.util.HashMap;
4
5 public class ServiceModelsList {
6     public HashMap<String, ServiceModel> serviceModels;
7 }