using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tango.CodeGeneration
{
/// <summary>
/// Represents the Tango DAL layer observables adapter code file.
/// </summary>
/// <seealso cref="Tango.CodeGeneration.Class" />
public class ObservablesAdapterFile : Class
{
}
}