Esempio n. 1
0
 public ActionResult TemplateTable()
 {
     using (var service = new MessageTemplateService())
     {
         var templates = service.GetAll(User.Pharmacy);
         return(PartialView(templates));
     }
 }