7 lines
92 B
C#
7 lines
92 B
C#
namespace Piwigo.Client.Contract;
|
|
|
|
public enum AlbumPosition
|
|
{
|
|
First = 0,
|
|
Last = 1
|
|
} |