12 lines
182 B
C#
12 lines
182 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
|
|||
|
namespace Subd;
|
|||
|
|
|||
|
public partial class UsaView
|
|||
|
{
|
|||
|
public int? IdFilm { get; set; }
|
|||
|
|
|||
|
public string? NameFilm { get; set; }
|
|||
|
}
|