Routine Update

This commit is contained in:
yubaolee
2015-11-15 23:00:08 +08:00
parent d877b8bfa7
commit f4ae5bb150
5 changed files with 24 additions and 38 deletions

View File

@@ -26,10 +26,5 @@ namespace OpenAuth.App
}
public IEnumerable<User> LoadUsers()
{
return _repository.LoadUsers();
}
}
}