public ProductModelRepository()
 {
     db = new AssetTrackingSystemDBContext();
 }
Esempio n. 2
0
 public GeneralCategoryRepository()
 {
     db = new AssetTrackingSystemDBContext();
 }
Esempio n. 3
0
 public AssetPurchaseEntryRepository()
 {
     db = new AssetTrackingSystemDBContext();
 }
Esempio n. 4
0
 public AssetLocationRepository()
 {
     db = new AssetTrackingSystemDBContext();
 }
Esempio n. 5
0
 public OrganizationRepository()
 {
     db = new AssetTrackingSystemDBContext();
 }
Esempio n. 6
0
 public BranchRepository()
 {
     db = new AssetTrackingSystemDBContext();
 }