public DetailsModel(DevChatter.Bot.Infra.Ef.AppDataContext context)
 {
     _context = context;
 }
Exemple #2
0
 public CreateModel(DevChatter.Bot.Infra.Ef.AppDataContext context)
 {
     _context = context;
 }
 public IndexModel(DevChatter.Bot.Infra.Ef.AppDataContext context)
 {
     _context = context;
 }