Exemplo n.º 1
0
 public ItemAddFormActivity()
 {
     mInventoryDataService = new InventoryDataService();
     mProductDataService   = new ProductDataService();
     mCategoryDataService  = new CategoryDataService();
     mStorageDataService   = new StorageDataService();
 }
Exemplo n.º 2
0
 public UseActivity()
 {
     mInventoryDataService = new InventoryDataService();
     mProductDataService   = new ProductDataService();
     mCategoryDataService  = new CategoryDataService();
     mStorageDataService   = new StorageDataService();
     mConsumeDataService   = new ConsumeDataService();
 }
Exemplo n.º 3
0
 public AddItemBarcodeFragment()
 {
     mInventoryDataService = new InventoryDataService();
     mProductDataService   = new ProductDataService();
     mCategoryDataService  = new CategoryDataService();
     mStorageDataService   = new StorageDataService();
     mProducts             = new List <ProductViewModel>();
     mStorages             = new List <StorageViewModel>();
     mCategories           = new List <CategoryViewModel>();
     isBarcodeFound        = false;
 }
Exemplo n.º 4
0
 public AddItemBarcodeFragment()
 {
     mInventoryDataService = new InventoryDataService();
     mProductDataService   = new ProductDataService();
     mCategoryDataService  = new CategoryDataService();
     mStorageDataService   = new StorageDataService();
     spinnerListCategories = new List <CategoryViewModel>();
     mProducts             = LoginPageActivity.mGlobalProducts;
     mStorages             = LoginPageActivity.mGlobalStorages;
     mCategories           = LoginPageActivity.mGlobalCategories;
 }
Exemplo n.º 5
0
 public HomeFragment()
 {
     mLocationDataService  = new LocationDataService();
     mInventoryDataService = new InventoryDataService();
     mProductDataService   = new ProductDataService();
     mStorageDataService   = new StorageDataService();
     mInventories          = new List <InventoryViewModel>();
     mProducts             = new List <ProductViewModel>();
     mStorages             = new List <StorageViewModel>();
     mLocations            = new List <LocationViewModel>();
     mUserLoc = new List <UserLocationViewModel>();
 }
Exemplo n.º 6
0
 public LoginPageActivity()
 {
     mAccountDataService      = new AccountDataService();
     mInventoryDataService    = new InventoryDataService();
     mProductDataService      = new ProductDataService();
     mStorageDataService      = new StorageDataService();
     mLocationDataService     = new LocationDataService();
     mCategoryDataService     = new CategoryDataService();
     mConsumeDataService      = new ConsumeDataService();
     mUserDataDataService     = new UserDataDataService();
     mUserLocationDataService = new UserLocationDataService();
 }
Exemplo n.º 7
0
 public SplashScreenActivity()
 {
     mAccountDataService      = new AccountDataService();
     mInventoryDataService    = new InventoryDataService();
     mProductDataService      = new ProductDataService();
     mStorageDataService      = new StorageDataService();
     mLocationDataService     = new LocationDataService();
     mCategoryDataService     = new CategoryDataService();
     mConsumeDataService      = new ConsumeDataService();
     mUserDataDataService     = new UserDataDataService();
     mUserLocationDataService = new UserLocationDataService();
     mShopListDataService     = new ShoplistDataService();
     mShopItemDataService     = new ShopItemDataService();
 }
Exemplo n.º 8
0
 public StoragesActivity()
 {
     mStorageDataService = new StorageDataService();
 }
Exemplo n.º 9
0
 public StorageAddFragment()
 {
     mStorageDataService = new StorageDataService();
     mLocations          = new List <LocationViewModel>();
 }
Exemplo n.º 10
0
 public StoragesFragment()
 {
     mStorageDataService = new StorageDataService();
 }
Exemplo n.º 11
0
 public SummaryFragment()
 {
     mStorageDataService = new StorageDataService();
 }
Exemplo n.º 12
0
 public ShopListFragment()
 {
     mStorageDataService = new StorageDataService();
 }
Exemplo n.º 13
0
 public PageMainActivity()
 {
     mInventoryDataService = new InventoryDataService();
     mProductDataService   = new ProductDataService();
     mStorageDataService   = new StorageDataService();
 }
Exemplo n.º 14
0
 public ShopItemsFragment()
 {
     mStorageDataService = new StorageDataService();
 }