7 lines
155 B
C#
7 lines
155 B
C#
|
namespace TimeTable.model {
|
|||
|
internal class UidCommand {
|
|||
|
public string uid { get; set; }
|
|||
|
public string command { get; set; }
|
|||
|
}
|
|||
|
}
|