Esempio n. 1
0
 public async Task ActiveCustomer(Guid id)
 {
     await _adminRepository.ActiveCustomer(id);
 }