Rename the clients namescape to MalClient, because that was the only thing in there, while other clients got their own namespaces
This commit is contained in:
parent
c22d0cf941
commit
7b6dd2d2f9
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
using System.Threading.Tasks;
|
||||
using MyAnimeListSharp.Core;
|
||||
|
||||
namespace Geekbot.net.Lib.Clients
|
||||
namespace Geekbot.net.Lib.MalClient
|
||||
{
|
||||
public interface IMalClient
|
||||
{
|
|
@ -5,7 +5,7 @@ using MyAnimeListSharp.Auth;
|
|||
using MyAnimeListSharp.Core;
|
||||
using MyAnimeListSharp.Facade.Async;
|
||||
|
||||
namespace Geekbot.net.Lib.Clients
|
||||
namespace Geekbot.net.Lib.MalClient
|
||||
{
|
||||
public class MalClient : IMalClient
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue