using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace VueWebCoreApi.Models.AttendanceSetting { public class Attendance { public string wkshop_code { get; set; } public string user_code { get; set; } } }