Example #1
0
 public IActionResult GetBranch()
 {
     try
     {
         var result = _branch.GetBranch();
         return(Ok(result));
     }
     catch (Exception ex)
     {
         throw;
     }
 }