コード例 #1
0
 internal void DeleteUserBySociety(int idSociete)
 {
     _service.DeleteUserSociete(idSociete);
 }