public Model.Role Update(Model.Role mRole) { return(dal.Update(mRole)); }
internal void Update(BE.Role user) { _storage.Update(user); }