Exemplo n.º 1
0
        //GenderRepos genders = new GenderRepos();

        //string admin = "admin";

        public BiodataRepos(Covid19TestingContext _Context)
        {
            Context = _Context;// new Covid19TestingContext();
        }
Exemplo n.º 2
0
 public DbClaim(Covid19TestingContext _Context)
 {
     Context = _Context;// new Covid19TestingContext();
 }
Exemplo n.º 3
0
 public GenderRepos(Covid19TestingContext _Context)
 {
     Context = _Context;// new Covid19TestingContext();
 }
Exemplo n.º 4
0
 public TestIndicatorRepos(Covid19TestingContext _Context)
 {
     Context = _Context;// new Covid19TestingContext();
 }
Exemplo n.º 5
0
 public LabTestRepos(Covid19TestingContext _Context)
 {
     Context = _Context;// new Covid19TestingContext();
 }
Exemplo n.º 6
0
 public MethodRepos(Covid19TestingContext _Context)
 {
     Context = _Context;// new Covid19TestingContext();
 }
 public SpecimenRepos(Covid19TestingContext _Context)
 {
     Context = _Context;// new Covid19TestingContext();
 }
Exemplo n.º 8
0
 public MailingRepos(Covid19TestingContext _Context)
 {
     Context = _Context;// new Covid19TestingContext();
 }