コード例 #1
0
 public void TestInitialize()
 {
     this.GoogleGisService = Substitute.For<IGoogleGisService>();
 }
コード例 #2
0
 /// <summary>
 /// 建構子
 /// </summary>
 /// <param name="googleGisServer">DI GoogleGisService</param>
 public GoogleGeoController(IGoogleGisService googleGisServer)
 {
     this.GoogleGisServer = googleGisServer;
 }