Beispiel #1
0
        public BoolResponse SaveContactus(airbornefrs.Entities.MobileApp mobileapp)
        {
            BoolResponse rslt = (from o in objDB.Support_SupportTicket_MobileApp_Save_SP(mobileapp.Name, mobileapp.Email,
                                                                                         mobileapp.Companyname, mobileapp.Os, mobileapp.PrimaryPlat, mobileapp.Phone, mobileapp.Use, mobileapp.Howcanhelp)
                                 select new BoolResponse {
                Id = o.ID, status = o.ErrorCode
            }).FirstOrDefault();


            return(rslt);
        }
Beispiel #2
0
 public MobileAppModel()
 {
     mobileappData = new airbornefrs.Entities.MobileApp();
 }