Exemple #1
0
 public async Task <ActionResult <string[]> > GetAll()
 {
     return(await _usersApi.GetAllUser());
 }