Beispiel #1
0
 public static Pallet GetByCode(int code)
 {
     try
     {
         return(PalletRepository.GetByCode(code));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }