12 lines
233 B
C#
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; }
|
|
}
|
|
}
|