Пример #1
0
 public string DropView(DatabaseView view)
 {
     return(_migration.DropView(view));
 }