Esempio n. 1
0
 public bool Destroy(object RoleId)
 {
     return(LRole.Destroy(RoleId) == 1);
 }