Esempio n. 1
0
 public static void DoDbOperation(ICrudable x)
 {
     x.CreateDb();
     x.ReadDb();
     x.UpdateDb();
     x.DeleteDb();
 }