コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiController"/> class
 /// </summary>
 public ApiController()
 {
     this.urlService  = new UrlDal();
     this.statService = new StatDal();
 }
コード例 #2
0
		/// <summary>
		/// Initializes a new instance of the <see cref="ApiController"/> class
		/// </summary>
		public ApiController()
		{
			this.urlService = new UrlDal();
			this.statService = new StatDal();
		}