blob: f6a5d399712c5d5d356b47b6433442a4bc16272f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.ComponentModel;
namespace Tango.BL.Entities
{
public enum Actions
{
}
}
|