Example #1
0
 public ActionResult EmployeesGet()
 {
     return(File(images.EmployeesGet(), "image/jpeg"));
 }