14 lines
244 B
C#
14 lines
244 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
#nullable disable
|
|
|
|
namespace MP.AppAuth.Models
|
|
{
|
|
public partial class Gruppi2Operatori
|
|
{
|
|
public int MatrOpr { get; set; }
|
|
public string CodGruppo { get; set; }
|
|
}
|
|
}
|