12 lines
232 B
C#
12 lines
232 B
C#
using BeWo.Service.Plugins;
|
|
|
|
namespace BeWoAmrath.Validation
|
|
{
|
|
public class BetreuwoServiceRecordValidator : ServiceRecordValidator
|
|
{
|
|
public override bool CheckZukunft()
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
} |