Ejemplo n.º 1
0
 public static void WatchStudentListStoredProcedure()
 {
     ToolsDataBaseLowerLayer.WatchStudentList(ToolsDataBaseLowerLayer.GetSQLCommandAndFields_SP());
 }
Ejemplo n.º 2
0
 public static void WatchStudentListView()
 {
     ToolsDataBaseLowerLayer.WatchStudentList(ToolsDataBaseLowerLayer.GetSQLCommandAndFieldsView());
 }