public bool UpdateAccount(int accountId, beAccount accountEntity) { throw new NotImplementedException(); }
public int CreateAccount(beAccount accountEntity) { throw new NotImplementedException(); }