Esempio n. 1
0
 public string GetDb()
 {
     using (var dbCtx = new WaveBallContext())
         return("I'm fine :) and there is something more: " + dbCtx.Apps.Any());
 }
Esempio n. 2
0
 public LogController(WaveBallContext context)
 {
     _context = context;
 }