BF2Statistics.Web.ASP.ASPController.ASPController C# (CSharp) 메소드

ASPController() 공개 메소드

public ASPController ( HttpClient Client ) : BF2Statistics.Database
Client HttpClient
리턴 BF2Statistics.Database
        public ASPController(HttpClient Client)
        {
            this.Client = Client;
            this.Response = Client.Response as ASPResponse;
        }