Example #1
0
 public API PutAPI(API a)
 {
     return(apiRepo.Update(a));
 }