12 lines
215 B
C#
12 lines
215 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
|
|||
|
namespace demo4_true.Models;
|
|||
|
|
|||
|
public partial class ValidActivityJhuri
|
|||
|
{
|
|||
|
public int? Activityid { get; set; }
|
|||
|
|
|||
|
public int? Jhuriid { get; set; }
|
|||
|
}
|