Beispiel #1
0
 public bool Delete(long id)
 {
     return(dal.Delete(id));
 }
Beispiel #2
0
 internal void Delete(BE.Role user)
 {
     _storage.Delete(user);
 }