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