Update vor Blazorise
This commit is contained in:
26
Models/View_Berufsangebot.cs
Normal file
26
Models/View_Berufsangebot.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace BWPMModels
|
||||
{
|
||||
public class View_Berufsangebot
|
||||
{
|
||||
public int? firmaid { get; set; } = 0;
|
||||
|
||||
public string beruf { get; set; } = "";
|
||||
|
||||
public string ansprechpartner { get; set; } = "";
|
||||
|
||||
public string zeit { get; set; } = "";
|
||||
|
||||
public int? anzahl_plaetze { get; set; } = 0;
|
||||
|
||||
public string bemerkung { get; set; } = "";
|
||||
|
||||
public string schuelerbemerkung { get; set; } = "";
|
||||
|
||||
public string standortbemerkung { get; set; } = "";
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user