When debugging only app.Services.GetRequiredService<IPCRBService>(); Injected AppSettings instead of using GetEnvironmentVariable at Services level Get ready to use VSCode IDE
8 lines
290 B
C#
8 lines
290 B
C#
namespace MesaFabApproval.Shared.Models;
|
|
|
|
public class RawMonInStatusRequest {
|
|
public required string resource { get; set; }
|
|
public required DateTime dateTime { get; set; }
|
|
public required string statusName { get; set; }
|
|
public required string statusValue { get; set; }
|
|
} |