7 lines
189 B
C#
7 lines
189 B
C#
|
namespace HospitalManagementSystem;
|
|||
|
|
|||
|
public static class HospitalManagementSystemTestConsts
|
|||
|
{
|
|||
|
public const string CollectionDefinitionName = "HospitalManagementSystem collection";
|
|||
|
}
|