Add initial services
This commit is contained in:
11
como_infrastructure/src/services/item_service.rs
Normal file
11
como_infrastructure/src/services/item_service.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
use como_core::items::ItemService;
|
||||
|
||||
pub struct DefaultItemService {}
|
||||
|
||||
impl DefaultItemService {
|
||||
pub fn new() -> Self {
|
||||
Self {}
|
||||
}
|
||||
}
|
||||
|
||||
impl ItemService for DefaultItemService {}
|
Reference in New Issue
Block a user