コード例 #1
0
 public AmazonWebServicesController(IPyrocumulus pyrocumulus)
 {
     _pyrocumulus = pyrocumulus;
 }
コード例 #2
0
 public AmazonWebServicesController()
 {
     _pyrocumulus = new Pyrocumulus();
 }