Ejemplo n.º 1
0
 public async Task <ActionResult <IEnumerable <IncidentBasicInfo> > > seed()
 {
     _context.ApplySeed();
     return(Ok());
 }