8 lines
97 B
C#
8 lines
97 B
C#
namespace Models.Model.Backend;
|
|
|
|
public enum Operations
|
|
{
|
|
Insert,
|
|
Update,
|
|
Optimize,
|
|
} |