コード例 #1
0
ファイル: BaseService.cs プロジェクト: ricardo0605/Supplier
 protected void Notificate(string message)
 {
     _notificator.Add(new Notification(message));
 }