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