Example #1
0
 public static Customer FindById(int id)
 {
     return(CustomerAccess.FindById(id));
 }