Example #1
0
 public static void ForUpdate(this School existing, C.School School)
 {
     School.Map(existing);
 }
Example #2
0
 public static void ForUpdate(this Organization existing, C.Vendor vendor)
 {
     vendor.Map(existing);
 }
Example #3
0
 public static void ForUpdate(this FoodItem existing, C.FoodItem FoodItem)
 {
     FoodItem.Map(existing);
 }
Example #4
0
 public static void ForUpdate(this VendorFoodCategory existing, C.FoodCategory foodCategory)
 {
     foodCategory.Map(existing);
 }
Example #5
0
 public static void ForUpdate(this VendorFoodOption existing, C.FoodOption FoodOption)
 {
     FoodOption.Map(existing);
 }