Exemplo n.º 1
0
 public InMemoryShowService(TDLContext db)
 {
     _db = db;
 }
 public SqLiteShowService(TDLContext db)
 {
     _db = db;
 }