DTO Proxy:
- fix progetto
This commit is contained in:
@@ -110,9 +110,9 @@ namespace DemoApp
|
||||
foreach (var itemMat in projList)
|
||||
{
|
||||
Console.WriteLine(sep);
|
||||
Console.WriteLine($"MachineId: {itemMat.MachineID}");
|
||||
Console.WriteLine($"MachineId: {itemMat.MachineCloudId}");
|
||||
Console.WriteLine($"Key: {itemMat.KeyNum}");
|
||||
Console.WriteLine($"ProjExtDbId: {itemMat.ProjExtDbId}");
|
||||
Console.WriteLine($"ProjLocalId: {itemMat.ProjLocalId}");
|
||||
Console.WriteLine($"ProjExtId: {itemMat.ProjExtId}");
|
||||
Console.WriteLine($"BTL filename: {itemMat.BTLFileName}");
|
||||
Console.WriteLine($"PType: {itemMat.PType}");
|
||||
|
||||
Reference in New Issue
Block a user