コード例 #1
0
ファイル: RepositoryBase.cs プロジェクト: Redsart/TodoApp
 public bool Save()
 {
     Context.Save();
     return(true);
 }