Files
Hushian/Hushian.Application/Services/CompanyService.cs
mmrbnjd bc65878608 exper
2025-06-29 16:14:42 +03:30

13 lines
206 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Hushian.Application.Services
{
public class CompanyService
{
}
}