コード例 #1
0
 public AmiliaClientTests()
 {
     this.client = new AmiliaClient();
 }
コード例 #2
0
 public AppController()
 {
     this.amiliaClient = new AmiliaClient();
     this.mongoRepo    = new MongoRepository();
 }