public void GetProfle() { string status = string.Empty; Hre_ProfileServices service = new Hre_ProfileServices(); var repo = service.GetAllUseEntity<Hre_ProfileEntity>(ref status); Console.Write("Total Record: " + repo.Count()); }
public void GetProfle() { string status = string.Empty; Hre_ProfileServices service = new Hre_ProfileServices(); var repo = service.GetAllUseEntity <Hre_ProfileEntity>(ref status); Console.Write("Total Record: " + repo.Count()); }