SozialeDienstleistungenGessnerReports/Validation/ServiceRecordValidator - keine Kontrolle auf Zukunft
This commit is contained in:
@@ -112,6 +112,7 @@
|
||||
<Compile Include="ServicesOverviewReport.Designer.cs">
|
||||
<DependentUpon>ServicesOverviewReport.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Validation\ServiceRecordValidator.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="CustomerDataReport.resx">
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
using BeWo.Service.Plugins;
|
||||
|
||||
namespace SozialeDienstleistungenGessnerReports.Validation
|
||||
{
|
||||
public class BetreuwoServiceRecordValidator : ServiceRecordValidator
|
||||
{
|
||||
public override bool CheckZukunft()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user