19 lines
301 B
C#
19 lines
301 B
C#
using ExternalDataSync.MOM;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace ExternalDataSync
|
|
{
|
|
public class msg
|
|
{
|
|
public msgHeader msgHeader
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
}
|
|
}
|