...
This commit is contained in:
@@ -155,5 +155,10 @@ namespace Hushian.Application.Services
|
||||
if (exper == null) return 0;
|
||||
return exper.CompanyID;
|
||||
}
|
||||
public async Task<bool> AvailableExperInCompany(int ExperID)
|
||||
{
|
||||
return await _ExperRepository.Get().AnyAsync(w => w.ID == ExperID && w.Available);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user