TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rajesh Sharma
NA
92
9.9k
how to complete with less line of code
Nov 10 2020 11:57 PM
how to complete with less line of code help
public
bool
CancelTicket(User user
{
if
(CancelledBy == user.Passenger)
return
true
;
if
(CancelledBy == user.Admin)
return
true
;
return
false
;
}
Reply
Answers (
3
)
How to get all properties of class
How Can getting the Json Object Value In C#?