コード例 #1
0
 public void insertNotification()
 {
     DataAccessLayer.DataHandler dh = DataAccessLayer.DataHandler.getInstance();
     dh.newNotification(this);
 }
コード例 #2
0
ファイル: Notifications.cs プロジェクト: tansdj/Aquaponics
 public void insertNotification()
 {
     DataAccessLayer.DataHandler dh = new DataAccessLayer.DataHandler();
     dh.newNotification(this);
 }