feat: delete user service publicly accessible
This commit is contained in:
parent
3a3fcdc7b7
commit
3026294832
2 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
use super::*;
|
||||
|
||||
struct DeleteUserService;
|
||||
pub struct DeleteUserService;
|
||||
|
||||
#[async_trait::async_trait]
|
||||
impl DeleteUserUseCase for DeleteUserService {
|
||||
|
|
|
@ -7,7 +7,6 @@ use mockall::predicate::*;
|
|||
use mockall::*;
|
||||
|
||||
use super::errors::*;
|
||||
use super::*;
|
||||
use crate::identity::application::port::output::{
|
||||
db::{create_verification_otp::*, emp_id_exists::*, phone_exists::*},
|
||||
phone::account_validation_otp::*,
|
||||
|
|
Loading…
Reference in a new issue