Exemplo n.º 1
0
 public static Database GetById(DatabaseId id)
 {
     return(DbList.First(x => x.Id == id));
 }