15 lines
349 B
C#
15 lines
349 B
C#
using _0_Framework.Application;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace CompanyManagment.App.Contracts.ModuleTextManager;
|
|
|
|
public class ModuleTextManagerViewModel
|
|
{
|
|
public long ModuleId { get; set; }
|
|
public long TextManagerId { get; set; }
|
|
|
|
} |