Ejemplo n.º 1
0
 private async Task <List <SelectListItem> > GetTypeOfPolicy()
 {
     return(await _pts.GetAll().ToListAsync());
 }