Exemplo n.º 1
0
 public PageMainActivity()
 {
     mInventoryDataService = new InventoryDataService();
     mProductDataService   = new ProductDataService();
     mStorageDataService   = new StorageDataService();
 }
Exemplo n.º 2
0
 public InventoryLogsFragment()
 {
     mInventoryLogDataService = new InventoryLogDataService();
     mInventoryDataService    = new InventoryDataService();
 }
Exemplo n.º 3
0
 public SummaryActivity()
 {
     mInventoryDataService = new InventoryDataService();
 }