Refactoring
This commit is contained in:
@@ -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;}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user