KlassenDLL im Main integriert
This commit is contained in:
24
SanSystem/SanShared/IReadCSVData.cs
Normal file
24
SanSystem/SanShared/IReadCSVData.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SanShared
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public interface IReadCSVData
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
List<UVcsvStrukture> ReadCSVStrukture();
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
string[] Input { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user