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