Exemplo n.º 1
0
 private async Task <List <SelectListItem> > GetTypeOfFranchise()
 {
     return(await _fs.GetAll().ToListAsync());
 }