Beispiel #1
0
 public After_EffectsModel(Data_Info_Service Service_text)
 {
     this.Service_text = Service_text;
 }
Beispiel #2
0
        //public string banner { get; set; }

        public Hjemmelavede_projekterModel(Data_Info_Service Service_text)
        {
            this.Service_text = Service_text;
        }
Beispiel #3
0
 public IndexModel(ILogger <IndexModel> logger, Data_Info_Service Service_text)
 {
     _logger           = logger;
     this.Service_text = Service_text;
 }
Beispiel #4
0
 public IndexModel(Data_Info_Service Service_text)
 {
     this.Service_text = Service_text;
 }
Beispiel #5
0
 public BlenderModel(Data_Info_Service Service_text)
 {
     this.Service_text = Service_text;
 }
Beispiel #6
0
 public GodotModel(Data_Info_Service Service_text)
 {
     this.Service_text = Service_text;
 }