예제 #1
0
 public string Search(MajorListVM vm)
 {
     if (ModelState.IsValid == true)
     {
         return(vm.GetJson(false));
     }
     else
     {
         return(vm.GetError());
     }
 }
예제 #2
0
 public string Search(MajorListVM vm)
 {
     return(vm.GetJson(false));
 }