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