All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 5m44s
9 lines
198 B
C#
9 lines
198 B
C#
namespace phronCare.UIBlazor.Models
|
|
{
|
|
public class Response
|
|
{
|
|
public string Status { get; set; }=string.Empty;
|
|
public string Message { get; set; } = string.Empty;
|
|
}
|
|
}
|