regler erreur build 🎉
continuous-integration/drone/push Build is failing Details

API2
Bastien OLLIER 2 years ago
parent c405b64fa2
commit e9bde48eae

@ -14,7 +14,15 @@ namespace apiLOL
_context = context; _context = context;
} }
// Implement the interface public IChampionsManager ChampionsMgr => throw new NotImplementedException();
} public ISkinsManager SkinsMgr => throw new NotImplementedException();
public IRunesManager RunesMgr => throw new NotImplementedException();
public IRunePagesManager RunePagesMgr => throw new NotImplementedException();
// Implement the interface
}
} }

Loading…
Cancel
Save