From 2452dfa4015ed2a6fc9b70d897ba6ca7da009193 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 21 Mar 2013 13:17:58 +0100 Subject: added businesslayer files --- bl/itembl.php | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bl/itembl.php (limited to 'bl/itembl.php') diff --git a/bl/itembl.php b/bl/itembl.php new file mode 100644 index 000000000..5f02f69ad --- /dev/null +++ b/bl/itembl.php @@ -0,0 +1,38 @@ +. +* +*/ + +namespace OCA\News\Bl; + +use \OCA\News\Db\Item; + + +class ItemBl extends Bl { + + public function __construct($itemMapper){ + parent::__construct($itemMapper); + } + + +} -- cgit v1.2.3