コード例 #1
0
 public static List <commanmessges> Update_System_Notification(List <systemnotificationparameters> filters)
 {
     return(SystemNotificationDAL.Update_System_Notification(filters));
 }
コード例 #2
0
 public static string Get_System_Notification(string _user_code)
 {
     return(SystemNotificationDAL.Get_System_Notification(_user_code));
 }