Example #1
0
 public MyApiDto(Apis api)
 {
     this.ApiId   = api.Id;
     this.ApiName = api.ApiName;
     this.ApiUrl  = api.ApiUrl;
 }
Example #2
0
 public MyApiDto(Apis api)
 {
     this.ApiId = api.Id;
     this.ApiName = api.ApiName;
     this.ApiUrl = api.ApiUrl;
 }