예제 #1
0
 public static int Delete <T>(this IUpdatable <T> collection, T instance)
 {
     return(collection.Delete <T>(instance, null));
 }