AIMS/AIMSEntity/Model/Extension/AnaesthesiaMethod.cs

12 lines
233 B
C#

using System;
using System.Collections;
using System.Collections.Generic;
using AIMSDAL;
namespace AIMSModel
{
public partial class AnaesthesiaMethod
{
public List<AnaesthesiaMethod> Children { get; set; }
}
}