Ejemplo n.º 1
0
 public SectionType GetSectionTypeById(int Id)
 {
     Functions F = new Functions();
     SectionType X = F.GetSectionType(Id);
     F.Dispose();
     return X;
 }