Exemple #1
0
 public static DalLotState ToDalLotState(this LotStateEntity lotStateEntity)
 {
     return((DalLotState)((int)lotStateEntity));
 }
Exemple #2
0
 public static LotStateViewModel ToMvcLotState(this LotStateEntity lotStateEntity)
 {
     return((LotStateViewModel)(int)lotStateEntity);
 }