상속: ILiaraResponseFormatProvider
예제 #1
0
 public LiaraResponse(ILiaraContext context)
 {
     this.context = context;
     Format       = new LiaraResponseFormatProvider(context);
 }
예제 #2
0
 public LiaraResponse(ILiaraContext context)
 {
     this.context = context;
     Format = new LiaraResponseFormatProvider(context);
 }