Exemple #1
0
 public IHttpActionResult AdminDashbord()
 {
     return(Ok(service.AdminDashbord().Data));
 }