Example #1
0
 public IActionResult GetGroups()
 {
     _log.Info($"GetGroups Calling");
     return(Ok(_userViewRepository.GetGroups()));
 }