phronCare/Models/Helpers/PhSEntityTypes.cs
Leandro Hernan Rojas 6476cfd701
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 5m24s
Update Model Quote and Adjustment in API
2025-05-01 17:59:59 -03:00

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";
}
}