7 lines
97 B
C#
7 lines
97 B
C#
|
public class Product {
|
||
|
//... other properties ...
|
||
|
public byte[] TimeStamp {
|
||
|
get;
|
||
|
set;
|
||
|
}
|
||
|
}
|