예제 #1
0
 public RegionsController(IKrigAgent sa) : base(sa)
 {
 }
예제 #2
0
 public SitesController(IKrigAgent sa, IOptions <ProjectionSettings> resource) : base(sa)
 {
     this.projectionSettings = resource.Value;
 }
예제 #3
0
 public KrigControllerBase(IKrigAgent sa)
 {
     this.agent = sa;
 }