Esempio n. 1
0
 public int DeleteRoleById(int id)
 {
     return(_role.DeleteRoleById(id));
 }