示例#1
0
 public UpdateServer(IDashboardAppDbContext db)
 {
     _db = db;
 }
 public AddServer(IDashboardAppDbContext db)
 {
     _db = db;
 }