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;
        }