Refactoring

This commit is contained in:
Husky
2021-02-23 21:20:20 +01:00
parent 48d7f66a55
commit 7658dbdedd
12 changed files with 123 additions and 105 deletions

View File

@@ -1,8 +1,8 @@
using System;
using System.Collections.Generic;
using Models;
namespace DPGetDataContract {
public interface IDPGetDataContract {
List<GetDataStructure> ReadMessureList {get;}
List<MeasureData> ReadMessureList {get;}
}
}