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