8 lines
189 B
C#
8 lines
189 B
C#
using System.Collections.Generic;
|
|
|
|
namespace CompanyManagment.App.Contracts.Contact2;
|
|
|
|
public class GroupPrintViewModel2
|
|
{
|
|
public List<Contact2ViewModel> ContractList { get; set; }
|
|
} |