Esempio n. 1
0
        public void DeleteProfle()
        {
            const int id      = 1;
            var       service = new Hre_ProfileServices();
            var       repo    = service.Delete <Hre_ProfileEntity>(id);

            Console.Write("Result: " + repo);
        }
Esempio n. 2
0
 public void DeleteProfle()
 {
     const int id = 1;
     var service = new Hre_ProfileServices();
     var repo = service.Delete<Hre_ProfileEntity>(id);
     Console.Write("Result: " + repo);
 }