Ejemplo n.º 1
0
 public static Notification ToDTO(notification_tbl n)
 {
     return(new Notification {
         id = n.id, message = n.message
     });
 }
 public static Notification ToDTO(notification_tbl n)
 {
     return(new Notification {
         id = n.id
     });
 }