Example #1
0
 public bool Deng(Enquiry other)
 {
     if (this.Title == other.Title)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }
Example #2
0
            public CnslttnDetailViewModel(Guid EID)
            {
                ApplicationDbContext getcase = new ApplicationDbContext();

                eqrytoFbk = getcase.Enquirys.Find(EID);
            }