Example #1
0
 public static void Modified(this IAuditable obj)
 {
     obj.ModifiedDate = DateTime.UtcNow;
     obj.UpdateVersion();
 }