예제 #1
0
 public DeleteCustomerViewModel()
 {
     singleSharedData   = SingletonSharedData.getInstance();
     apiHelperSingleton = new ApiHelper();
 }
예제 #2
0
 public CreateUrlViewModel()
 {
     singleSharedData   = SingletonSharedData.getInstance();
     apiHelperSingleton = new ApiHelper();
 }