7 lines
197 B
C#
7 lines
197 B
C#
namespace BeWoPlanerMobil.Util.Constants
|
|
{
|
|
public class ViewDataConstants
|
|
{
|
|
public static string SchedulerEmployeeAvailabilityConstant => "SchedulerEmployeeAvailability";
|
|
}
|
|
} |