Exemple #1
0
 public async Task <bool> Put(int id, int Status)
 {
     return(await _restaurantBusiness.SetActive(id, Status));
 }