admin adress
This commit is contained in:
@@ -52,5 +52,9 @@ namespace Webshop.Infrastructure.Repositories
|
||||
await _context.SaveChangesAsync();
|
||||
}
|
||||
}
|
||||
public async Task<IEnumerable<Address>> GetAllAsync()
|
||||
{
|
||||
return await _context.Addresses.ToListAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user