예제 #1
0
 public RepositoryExample(BOTTGIngSoft2021Context context)
 {
     this.context = context;
     entities     = context.Set <Example>();
 }
예제 #2
0
 public RepositoryIntent(BOTTGIngSoft2021Context context)
 {
     this.context = context;
     entities = context.Set<Intent>();
 }