7 lines
189 B
C#
Raw Permalink Normal View History

2025-01-07 12:02:47 +05:30
namespace HospitalManagementSystem;
public static class HospitalManagementSystemTestConsts
{
public const string CollectionDefinitionName = "HospitalManagementSystem collection";
}