コード例 #1
0
 public async Task <int> UpdateIsCustomerServer(int id)
 {
     return(await _feedbackDal.UpdateIsCustomerServer(id));
 }