protected override void Seed($xxxAPPLICATIONxxx$DbContext context)
        {
            Int64 startTicks = Log.PERSISTENCE("Enter", Common.LOG_CATEGORY);

            base.Seed(context);

            Log.PERSISTENCE("Exit", Common.LOG_CATEGORY, startTicks);
        }
Exemple #2
0
 public $xxxITEMxxx$DataService($xxxAPPLICATIONxxx$DbContext context)
     : base(context)