17 lines
530 B
C#
17 lines
530 B
C#
namespace SoftwayWeb.Models
|
|
{
|
|
public class Modgir
|
|
{
|
|
public string? Piprogre { get; set; }
|
|
public string? Piserial { get; set; }
|
|
public DateTime? Pidata { get; set; }
|
|
public string? Picommit { get; set; }
|
|
public string? Pidesdiv { get; set; }
|
|
public string? Pitarga { get; set; }
|
|
public string? Piautist { get; set; }
|
|
public string? Pitiprec { get; set; }
|
|
public string? Pirigele { get; set; }
|
|
public string? Pisergir { get; set; }
|
|
}
|
|
}
|