blob: 38dd569e1f9e854666517a135ab731d1653e792e (
plain)
1
2
3
4
5
6
7
8
9
10
11
<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
{
}
}
|