コード例 #1
0
 internal IEnumerable <Recipe> GetAllByCreatorId(string id)
 {
     return(_repo.GetAllByCreatorId(id));
 }