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