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

API2
Bastien OLLIER 2 years ago
parent c405b64fa2
commit e9bde48eae

@ -14,6 +14,14 @@ namespace apiLOL
_context = context; _context = context;
} }
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 // Implement the interface
} }

Loading…
Cancel
Save