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

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