mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add GPU details in admin view.
This commit is contained in:
@@ -31,6 +31,8 @@ namespace Marechai.Services
|
||||
Transistors = g.Transistors
|
||||
}).ToListAsync();
|
||||
|
||||
public async Task<Gpu> GetAsync(int id) => await _context.Gpus.FindAsync(id);
|
||||
|
||||
public async Task DeleteAsync(int id)
|
||||
{
|
||||
Gpu item = await _context.Gpus.FindAsync(id);
|
||||
|
||||
Reference in New Issue
Block a user