コード例 #1
0
ファイル: Repository.cs プロジェクト: mtahaelmaghrabi/UI-UX
 public virtual T Delete(T entity)
 {
     return(context.Remove(entity).Entity);
 }