예제 #1
0
 public static void WatchStudentListStoredProcedure()
 {
     ToolsDataBaseLowerLayer.WatchStudentList(ToolsDataBaseLowerLayer.GetSQLCommandAndFields_SP());
 }
예제 #2
0
 public static void WatchStudentListView()
 {
     ToolsDataBaseLowerLayer.WatchStudentList(ToolsDataBaseLowerLayer.GetSQLCommandAndFieldsView());
 }