- using CD67.FicheCollege.Entity;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Data.Entity;
- namespace CD67.FicheCollege.Factory
- {
- public partial class AnneeFactory : Internal.BaseFactory<Entity.Annee>
- {
- public AnneeFactory(Entities dbContext) : base(dbContext) { }
- }
- }
|