8 lines
88 B
C#
8 lines
88 B
C#
namespace UniVerse.Domain.Enums;
|
|
|
|
public enum LectureFormat
|
|
{
|
|
Online,
|
|
Offline
|
|
}
|