Exemple #1
0
 public async Task <int> RemoveAsync(string projectId, string module, string env)
 {
     return(await _repository.DeleteByModuleAsync(projectId, module, env));
 }