コード例 #1
0
ファイル: PlantRepository.cs プロジェクト: MattZK/iot18-lf1
 public PlantRepository(CollectionContext context)
 {
     _context = context;
 }