Ejemplo n.º 1
0
 public Custommer.Custommer getCustommer(Custommer.Custommer custommer)
 {
     Custommer.Custommer Custommer = new Custommer.Custommer();
     foreach (Custommer.Custommer c in custommers)
     {
         if (c.getId() == custommer.getId())
         {
             Custommer = c;
         }
         else
         {
             Custommer = null;
         }
     }
     return(Custommer);
 }