fixes last commit

This commit is contained in:
Paul Schneider 2017-01-26 13:00:31 +01:00
commit 05e5970bef
197 changed files with 2203 additions and 2204 deletions

View file

@ -1,4 +1,4 @@
using BookAStar.Interfaces;
using ZicMoove.Interfaces;
using System;
using System.Collections.Generic;
using System.Linq;
@ -6,7 +6,7 @@ using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
namespace BookAStar.Factories
namespace ZicMoove.Factories
{
public class ViewFactory : IViewFactory
{