コード例 #1
0
 public RoleSeedFiller(IcContext context)
     : base(context)
 {
 }
コード例 #2
0
 public SpecialtySeedFiller(IcContext context)
     : base(context)
 {
 }
コード例 #3
0
ファイル: AbstractSeedFiller.cs プロジェクト: kaban4ik1994/IC
 public AbstractSeedFiller(IcContext context)
 {
     _context = context;
 }
コード例 #4
0
ファイル: CourseSeedFiller.cs プロジェクト: kaban4ik1994/IC
 public CourseSeedFiller(IcContext context)
     : base(context)
 {
 }
コード例 #5
0
ファイル: UserSeedFiller.cs プロジェクト: kaban4ik1994/IC
 public UserSeedFiller(IcContext context)
     : base(context)
 {
 }
コード例 #6
0
 public ComputerSeedFiller(IcContext context)
     : base(context)
 {
 }
コード例 #7
0
 public GroupSeedFiller(IcContext context)
     : base(context)
 {
 }
コード例 #8
0
ファイル: StudentSeedFiller.cs プロジェクト: kaban4ik1994/IC
 public StudentSeedFiller(IcContext context)
     : base(context)
 {
 }