MeetingService.Get Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Overloads
Get(IEnumerable |
Gets the meetings with the specified ids. |
Get(int) | Gets the meeting with the specified id. |
Get(IEnumerable)
Gets the meetings with the specified ids.
public static IEnumerable<Meeting> Get(IEnumerable<int> ids)
Parameters
- ids
- System.Collections.Generic.IEnumerable
Returns
System.Collections.Generic.IEnumerable
Get(int)
Gets the meeting with the specified id.
public static Meeting Get(int id)
Parameters
- id
- int