using System; using System.Collections.Generic; namespace DPGetDataContract { public interface IDPGetDataContract { List ReadMessureList {get;} } }