コード例 #1
0
 public void DisableModule(int moduleId)
 {
     _repository.Disable(moduleId);
 }