3 lines
82 B
C#
3 lines
82 B
C#
|
public ActionResult Edit(Product p) {
|
||
|
// p.TimeStamp is populated from the form
|
||
|
}
|