Exemple #1
0
 public ImportReportingUnits(IWaterAllocationManager waterAllocationManager)
 {
     WaterAllocationManager = waterAllocationManager;
 }
 public Import(IWaterAllocationManager waterAllocationManager)
 {
     WaterAllocationManager = waterAllocationManager;
 }
 public ImportOrganizations(IWaterAllocationManager waterAllocationManager)
 {
     WaterAllocationManager = waterAllocationManager;
 }
Exemple #4
0
 public ImportWaterSources(IWaterAllocationManager waterAllocationManager)
 {
     WaterAllocationManager = waterAllocationManager;
 }
 public ImportRegulatoryOverlays(IWaterAllocationManager waterAllocationManager)
 {
     WaterAllocationManager = waterAllocationManager;
 }
Exemple #6
0
 public ImportAggregatedAmounts(IWaterAllocationManager waterAllocationManager)
 {
     WaterAllocationManager = waterAllocationManager;
 }
Exemple #7
0
 public WaterAllocation_SiteAllocationAmounts(IWaterAllocationManager waterAllocationManager)
 {
     WaterAllocationManager = waterAllocationManager;
 }
Exemple #8
0
 public ImportSiteSpecificAmounts(IWaterAllocationManager waterAllocationManager)
 {
     WaterAllocationManager = waterAllocationManager;
 }
Exemple #9
0
 public ImportVariables(IWaterAllocationManager waterAllocationManager)
 {
     WaterAllocationManager = waterAllocationManager;
 }