public NoteController(InfoTVContext context)
 {
     m_context = context;
 }
Beispiel #2
0
 public MotdController(InfoTVContext context)
 {
     m_context = context;
 }
 public LunchController(InfoTVContext context)
 {
     m_context = context;
 }