예제 #1
0
 public void GetNested_Root()
 {
     var result = _sqlMapper.GetNested <QueryByPageResponse>(new RequestContext
     {
         Scope = Scope,
         SqlId = "GetNested_Root"
     });
 }