7 lines
123 B
C#
7 lines
123 B
C#
|
|
namespace BeWo.Report
|
|||
|
|
{
|
|||
|
|
public interface IBeWoReport<T>
|
|||
|
|
{
|
|||
|
|
void SetReportDataSource(T pRO);
|
|||
|
|
}
|
|||
|
|
}
|