Example #1
0
 public ObjectResult GetById(int id)
 {
     return(ctx.Organization_Follower_GetByID(id));
 }