Exemplo n.º 1
0
 public static TModel Get <TModel>(this IBridge bridge, Guid id)
 {
     return((TModel)bridge.Get(id));
 }