update 20241125

This commit is contained in:
Stefan Hutter
2024-11-24 19:38:37 +01:00
parent 6bdbc4173e
commit 341ea50f06
281 changed files with 14362 additions and 180 deletions

View File

@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Versioning;
using System.Text;
using System.Threading.Tasks;
@@ -23,6 +24,12 @@ namespace Model
{
public string fieldname { get; set; }
public string fieldvalue { get; set; }
public attribute (string fname, string fvalue)
{
fieldname = fname;
fieldvalue = fvalue;
}
}
public class OnBaseDokumentFileUpload

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.