All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 5m24s
10 lines
263 B
C#
10 lines
263 B
C#
namespace Models.Helpers
|
|
{
|
|
public static class PhSEntityTypes
|
|
{
|
|
public const string Professional = "PhS_Professionals";
|
|
public const string Institution = "PhS_Institutions";
|
|
public const string Patient = "PhS_Patients";
|
|
}
|
|
}
|