8 lines
222 B
C#
8 lines
222 B
C#
namespace phronCare.UIBlazor.Services.Tickets
|
|
{
|
|
internal class GenericParameters<T>
|
|
{
|
|
public string Param1 { get; set; } = string.Empty;
|
|
public string Param2 { get; set; } = string.Empty;
|
|
}
|
|
} |