When debugging only app.Services.GetRequiredService<IPCRBService>(); Injected AppSettings instead of using GetEnvironmentVariable at Services level Get ready to use VSCode IDE
6 lines
171 B
C#
6 lines
171 B
C#
namespace MesaFabApproval.Shared.Models;
|
|
|
|
public class PCRBNotification {
|
|
public required string Message { get; set; }
|
|
public required PCRB PCRB { get; set; }
|
|
} |