Add Temparory Webinar Entity and Data Helper Materials ...

This commit is contained in:
2025-11-04 01:17:30 +03:30
parent 266d74516e
commit cad42da9e1
22 changed files with 249 additions and 6 deletions
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace xWebinarService.DataHelper.Repository.Mongo
{
public class XWebinarMongoRepository
{
}
}