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

API2
Bastien OLLIER 2 years ago
parent c405b64fa2
commit e9bde48eae

@ -12,9 +12,17 @@ namespace apiLOL
public EFDataManager(MyDbContext 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