Ejemplo n.º 1
0
 /// <summary>
 /// Gets the customer by id.
 /// </summary>
 /// <param name="id">The id.</param>
 /// <returns></returns>
 public CustomerBE GetCustomerById()
 {
     return(_controller.GetCustomerById(View.CustomerId));
 }