コード例 #1
0
 public void Setup()
 {
     http    = new Mock <IHttp>();
     service = new Carton.Client.V1.Service(http.Object, "carton-api");
 }