13 lines
273 B
C#
13 lines
273 B
C#
using MultipleChoiceTrainer.Models.DataModels;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace MultipleChoiceTrainer.Models
|
|
{
|
|
public class SectionEditViewModel: AbstractEditViewModel<Section>
|
|
{
|
|
}
|
|
}
|