Example #1
0
 public static bool AddTemplate(TemplateInfo obj)
 {
     try
     {
         return(TemplateDataProvider.AddTemplate(obj));
     }
     catch (Exception)
     {
         throw;
     }
 }
Example #2
0
 public static List <TemplateInfo> GetTemplateList(int PortalID, string UserName)
 {
     try
     {
         return(TemplateDataProvider.GetTemplateList(PortalID, UserName));
     }
     catch (Exception)
     {
         throw;
     }
 }