8 lines
182 B
C#
8 lines
182 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace DPGetDataContract {
|
|
public interface IDPGetDataContract {
|
|
List<GetDataStructure> ReadMessureList {get;}
|
|
}
|
|
} |