예제 #1
0
파일: RestAPI.cs 프로젝트: wgang10/ZYWeb
 public RestApi(SecurityContext context)
     : base(context)
 {
 }
예제 #2
0
파일: BaseApi.cs 프로젝트: wgang10/ZYWeb
 public BaseApi(SecurityContext context)
 {
     this.Context = context;
 }