7 lines
94 B
C#
7 lines
94 B
C#
namespace Piwigo.Client.Contract;
|
|
|
|
public enum AlbumStatus
|
|
{
|
|
Public = 0,
|
|
Private = 1
|
|
} |