When debugging only app.Services.GetRequiredService<IPCRBService>(); Injected AppSettings instead of using GetEnvironmentVariable at Services level Get ready to use VSCode IDE
10 lines
137 B
C#
10 lines
137 B
C#
namespace MesaFabApproval.Shared.Models;
|
|
|
|
public enum StatusValue {
|
|
Up,
|
|
Ok,
|
|
Warning,
|
|
Critical,
|
|
Down,
|
|
Unknown
|
|
} |