예제 #1
0
 public ActionResult <List <VariableSetModel> > GetListByCollection()
 {
     return(_mongoService.GetListByCollection <VariableSetModel>("UcsMain"));
 }