Пример #1
0
 public async Task <Custom> GetParticularCustom(int customId)
 {
     return(await context.Set <Custom>().FindAsync(customId));
 }