c5e6a013f4
Program.cs: - using QuantEngine.Web.Services 추가 - builder.Services.AddHttpClient<ApiClient>(); - builder.Services.AddScoped<ApiClient>(); Collection.razor에서 ApiClient 주입 가능하도록 함
23 lines
1003 B
C#
23 lines
1003 B
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
using System;
|
|
using System.Reflection;
|
|
|
|
[assembly: System.Reflection.AssemblyCompanyAttribute("QuantEngine.Tools")]
|
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d083eb7bf9b7e96f19b3ac73f4d514e69e495e47")]
|
|
[assembly: System.Reflection.AssemblyProductAttribute("QuantEngine.Tools")]
|
|
[assembly: System.Reflection.AssemblyTitleAttribute("QuantEngine.Tools")]
|
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
|
|
// Generated by the MSBuild WriteCodeFragment class.
|
|
|