Update 20231016
This commit is contained in:
@@ -1,23 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DPMService.Models
|
||||
|
||||
{
|
||||
public class Service_View_Pat
|
||||
{
|
||||
public int ID
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
public string Pat { get; set; } = "";
|
||||
|
||||
public Service_View_Pat()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
namespace DPMService.Models
|
||||
|
||||
{
|
||||
public class Service_View_Pat
|
||||
{
|
||||
public int ID
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
public string Pat { get; set; } = "";
|
||||
|
||||
public Service_View_Pat()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user