public ProductModelRepository()
 {
     db = new AssetTrackingSystemDBContext();
 }
예제 #2
0
 public GeneralCategoryRepository()
 {
     db = new AssetTrackingSystemDBContext();
 }
예제 #3
0
 public AssetPurchaseEntryRepository()
 {
     db = new AssetTrackingSystemDBContext();
 }
예제 #4
0
 public AssetLocationRepository()
 {
     db = new AssetTrackingSystemDBContext();
 }
예제 #5
0
 public OrganizationRepository()
 {
     db = new AssetTrackingSystemDBContext();
 }
예제 #6
0
 public BranchRepository()
 {
     db = new AssetTrackingSystemDBContext();
 }