Structure Map

La ce foloseste StructureMap ? Raspunsul pe scurt  : este un tool simplu de DI Raspunsul pe lung : in postul precedent, vroiam sa testez un export de fisiere fara sa ating BD. Initial, codul arata cam asa : public ActionResult ExportDate(string id) { DateExport fe = new DateExport(); fe.id = id; export exp = […]

Continue reading →