This commit is contained in:
@@ -8,12 +8,13 @@ namespace AyaNova.Models
|
||||
/// </summary>
|
||||
public partial class ImportAyaNova7MapItem
|
||||
{
|
||||
public AyaTypeId NewObject { get; set; }
|
||||
public AyaTypeId NewObjectAyaTypeId { get; set; }
|
||||
public Guid V7ObjectId { get; set; }
|
||||
|
||||
public ImportAyaNova7MapItem(Guid v7Guid, AyaType ayaType, long newId){
|
||||
NewObject=new AyaTypeId(ayaType,newId);
|
||||
V7ObjectId=v7Guid;
|
||||
public ImportAyaNova7MapItem(Guid v7Guid, AyaType ayaType, long newId)
|
||||
{
|
||||
NewObjectAyaTypeId = new AyaTypeId(ayaType, newId);
|
||||
V7ObjectId = v7Guid;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user