コード例 #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>();
 }