コード例 #1
0
ファイル: DataManager.cs プロジェクト: IjazHussain786/Chat
 public DataManager()
 {
     context = new ChatDataEntities();
 }