コード例 #1
0
ファイル: Repository.cs プロジェクト: mtahaelmaghrabi/UI-UX
 public async Task AddAsync(T entity)
 {
     await context.AddAsync(entity);
 }