16 lines
484 B
C#
16 lines
484 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; }
|
|
}
|
|
}
|