Hunglmc
Hunglmc
Create modal API have errros with fluentValidation Hi Team. I have initialized the model from the server with the code below. In the templete view if I use the variable...
I need to repeat the table and note values in the sheet with the sample template. Can you share with me how to do it? I want make like this...
Sorry, I have a question I still don't quite understand, for example now where I want to be able to send mail or call and handle apis from third parties....
Dear Sir. please let me know how to add comments in cell
I want to adjust the login interface but can't find it to modify, please tell me how to modify the login page
``` @inherits LayoutComponentBase @inject Microsoft.Extensions.Localization.IStringLocalizer localizer @Body @(LoadDataAsync() ) @Body ```
when i change db to oracle with code internal static IServiceCollection AddDatabase( this IServiceCollection services, IConfiguration configuration) => services .AddDbContext(options => options .UseOracle(configuration.GetConnectionString("OracleConnection"))) .AddTransient(); and change connect string to oracle...