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