Ejemplo n.º 1
0
 public static Customer Get(int id)
 {
     return(_db.Get(id));
 }