Files
QuantEngineByItz/src/dotnet/QuantEngine.Tools/obj/Debug/net10.0/QuantEngine.Tools.AssemblyInfo.cs
T
kjh2064 c5e6a013f4 fix: ApiClient 의존성 주입 등록 및 using 추가
Program.cs:
- using QuantEngine.Web.Services 추가
- builder.Services.AddHttpClient<ApiClient>();
- builder.Services.AddScoped<ApiClient>();

Collection.razor에서 ApiClient 주입 가능하도록 함
2026-06-29 23:21:10 +09:00

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.